bootstrap-ruby / bootstrap-editable-rails

In-place editing with Twitter Bootstrap for Rails
http://rubygems.org/gems/bootstrap-editable-rails
MIT License
216 stars 52 forks source link

View helper for generating a fully configured A tag #25

Open kakra opened 9 years ago

kakra commented 9 years ago

This adds a view helper to generate a fully configured A tag using well-known Rails semantics, e.g.:

<%= inplace_editor_for [:admin, @post], :title, :text %>