Method: ROM::Plugins::Command::Timestamps#store_attributes

Defined in:
lib/rom/plugins/command/timestamps.rb

#store_attributes(attr) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



33
34
35
# File 'lib/rom/plugins/command/timestamps.rb', line 33

def store_attributes(attr)
  attr.is_a?(Array) ? attr : Array[attr]
end