RequiredFieldStyle
This gem will automatically add asterisk after your form label for required field.
Installation
Add this line to your application's Gemfile:
gem 'required_field_style'
And then execute:
$ bundle
Or install it yourself as:
$ gem install required_field_style
Usage
You do not need to do anything, after you install it and restart the server this gem will automatically do the job.
Contributing
- Fork it ( http://github.com/
/active_authorisation/fork ) - Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request