Sha256: 369fd3dd4b1f2ade81123012114a95d194d2a7ecba8d571642a038809f5773f0

Contents?: true

Size: 265 Bytes

Versions: 15

Compression:

Stored size: 265 Bytes

Contents

module Olivander
  module Resources
    module AutoFormAttributes
      extend ActiveSupport::Concern

      included do
        def auto_form_attributes
          attributes.keys - ['updated_at', 'created_at', 'deleted_at']
        end
      end
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
five-two-nw-olivander-0.1.2.17 app/controllers/concerns/olivander/resources/auto_form_attributes.rb
five-two-nw-olivander-0.1.2.16 app/controllers/concerns/olivander/resources/auto_form_attributes.rb
five-two-nw-olivander-0.1.2.15 app/controllers/concerns/olivander/resources/auto_form_attributes.rb
five-two-nw-olivander-0.1.2.14 app/controllers/concerns/olivander/resources/auto_form_attributes.rb
five-two-nw-olivander-0.1.2.13 app/controllers/concerns/olivander/resources/auto_form_attributes.rb
five-two-nw-olivander-0.1.2.12 app/controllers/concerns/olivander/resources/auto_form_attributes.rb
five-two-nw-olivander-0.1.2.11 app/controllers/concerns/olivander/resources/auto_form_attributes.rb
five-two-nw-olivander-0.1.2.10 app/controllers/concerns/olivander/resources/auto_form_attributes.rb
five-two-nw-olivander-0.1.2.9 app/controllers/concerns/olivander/resources/auto_form_attributes.rb
five-two-nw-olivander-0.1.2.8 app/controllers/concerns/olivander/resources/auto_form_attributes.rb
five-two-nw-olivander-0.1.2.7 app/controllers/concerns/olivander/resources/auto_form_attributes.rb
five-two-nw-olivander-0.1.2.6 app/controllers/concerns/olivander/resources/auto_form_attributes.rb
five-two-nw-olivander-0.1.2.5 app/controllers/concerns/olivander/resources/auto_form_attributes.rb
five-two-nw-olivander-0.1.2.4 app/controllers/concerns/olivander/resources/auto_form_attributes.rb
five-two-nw-olivander-0.1.2.3 app/controllers/concerns/olivander/resources/auto_form_attributes.rb