Method: Filch::Attributes#all
- Defined in:
- lib/filch.rb
#all ⇒ Object
341 342 343 344 345 346 347 |
# File 'lib/filch.rb', line 341 def all all_hash = {} @ransackable_attributes.each do |attr| all_hash[attr] = types[attr_columns(attr)] end all_hash end |