Method: ActiveMetadata::Stream::InstanceMethods#stream_collect_method
- Defined in:
- lib/active_metadata/stream.rb
#stream_collect_method(model) ⇒ Object
44 45 46 |
# File 'lib/active_metadata/stream.rb', line 44 def stream_collect_method model model.to_s == 'note' ? 'notes_for' : 'attachments_for' end |