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
Post a Comment