module Para::Helpers::AttributesMappings
Public Instance Methods
Source
# File lib/para/helpers/attributes_mappings.rb, line 4 def attributes_mappings_for(params) if (data = params.delete('_attributes_mappings')) JSON.parse(data) else {} end end
# File lib/para/helpers/attributes_mappings.rb, line 4 def attributes_mappings_for(params) if (data = params.delete('_attributes_mappings')) JSON.parse(data) else {} end end