Guest User

Untitled

a guest
Oct 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. ActiveRecord::Base.after_create do |record|
  2. INSTRUMENTAL.increment "#{record.class.to_s.underscore}.create"
  3. end
Add Comment
Please, Sign In to add comment