ruby on rails 3 - Is there any alias for text fields when using Active Admin in ROR -


am using active admin, in database, field name big. so, want make alias field in display. want this

f.input :incorrect_price_and_designer_1 , :alias=>"incorrect 1" 

please, let me know if available.

thanks support in advance..

inc_answer.input :incorrect_price_1, :label => "incorrect 1"

this works fine...

it might helpful people


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -