Module: RailheadAutoformat::ClassMethods
- Defined in:
- lib/railhead_autoformat.rb
Instance Method Summary collapse
Instance Method Details
#auto_format(options = {}) ⇒ Object
23 24 25 26 27 |
# File 'lib/railhead_autoformat.rb', line 23 def auto_format( = {}) self. = { except: ([:except] || []) } end |