Guest User

Untitled

a guest
Apr 24th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. rails_root$ script/plugin install git://github.com/collectiveidea/acts_as_audited.git
  2.  
  3. <%form_for @address do |f| %>
  4. ... standard address fields
  5. <%= f.label_for :audit_comment %>
  6. <%= f.text_field :audit_comment %>
  7. <% end %>
Add Comment
Please, Sign In to add comment