Sha256: 6ca020609a2169b02e87e5e6d4780eeef358ae5b5a51a42f9d868cb9ec791d31

Contents?: true

Size: 291 Bytes

Versions: 2

Compression:

Stored size: 291 Bytes

Contents

# frozen_string_literal: true
module Hydra
  module RoleManagement
    # Module for ensuring compatibility with Rails releases earlier than 4.0
    module LegacyAttributeHandling
      extend ActiveSupport::Concern
      included do
        attr_accessible :name
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hydra-role-management-1.0.2 app/models/concerns/hydra/role_management/legacy_attribute_handling.rb
hydra-role-management-1.0.1 app/models/concerns/hydra/role_management/legacy_attribute_handling.rb