Sha256: 603bbb78cf98e99104a3e187b24301a54823089dcbd6557e7b5cc4b8de7a7467
Contents?: true
Size: 717 Bytes
Versions: 3
Compression:
Stored size: 717 Bytes
Contents
# ErrorMessageOn TODO: Write a gem description ## Installation Add this line to your application's Gemfile: gem 'error_message_on' And then execute: $ bundle Or install it yourself as: $ gem install error_message_on ## Usage Gem generate formtastic style inline errors (with <p class="inline-errors">error text</p>). You may override this. <% semantic_form_for ... %> <%= form.inputs do %> <%= form.error_message_on :body %> ... ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
error_message_on-0.0.12 | README.md |
error_message_on-0.0.11 | README.md |
error_message_on-0.0.1 | README.md |