Method: ActivityNotification::Common#to_resources_name
- Defined in:
- lib/activity_notification/common.rb
#to_resources_name ⇒ String
Convets to pluralized model name (resources name).
125 126 127 |
# File 'lib/activity_notification/common.rb', line 125 def to_resources_name self.to_class_name.demodulize.pluralize.underscore end |