Sha256: 84c7b17b2634cc2588ab4829beb0842989603c007f3116f387fd9876986f183b
Contents?: true
Size: 292 Bytes
Versions: 3
Compression:
Stored size: 292 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
3 entries across 3 versions & 1 rubygems