Sha256: 713515951bf39e94753f9cab27a5a8c0c28b460fa4368ec19d177e4f1b70f706

Contents?: true

Size: 218 Bytes

Versions: 1

Compression:

Stored size: 218 Bytes

Contents

module JSONAPIonify::Api
  module Resource::Defaults::Actions
    extend ActiveSupport::Concern

    included do
      before(:create) { |context| context.instance = context.new_instance }
      read
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jsonapionify-0.9.0 lib/jsonapionify/api/resource/defaults/actions.rb