Class: Notification
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Notification
- Defined in:
- lib/app/models/notification.rb
Instance Method Summary collapse
Instance Method Details
#as_json(options = nil) ⇒ Object
12 13 14 15 16 |
# File 'lib/app/models/notification.rb', line 12 def as_json(=nil) super( || { except: [:updated_at, :created_at] }) end |