Module: Tolliver::Models::NotificationTemplate::ClassMethods
- Defined in:
- lib/tolliver/models/notification_template.rb
Instance Method Summary collapse
Instance Method Details
#permitted_columns ⇒ Object
36 37 38 39 40 41 42 43 44 |
# File 'lib/tolliver/models/notification_template.rb', line 36 def permitted_columns [ :ref, :subject, :message, :is_disabled, :is_dry ] end |