Sha256: 8adb30b5cd0a7620afef830a311a987cb0f3953ef877ab604cb255c528dd70e7

Contents?: true

Size: 265 Bytes

Versions: 3

Compression:

Stored size: 265 Bytes

Contents

module Comable
  module PermittedAttributes
    def permitted_address_attributes
      [
        :id,
        :family_name,
        :first_name,
        :zip_code,
        :state_name,
        :city,
        :detail,
        :phone_number
      ]
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
comable-core-0.7.1 app/controllers/concerns/comable/permitted_attributes.rb
comable-core-0.7.0 app/controllers/concerns/comable/permitted_attributes.rb
comable-core-0.7.0.beta2 app/controllers/concerns/comable/permitted_attributes.rb