Sha256: 98420f114a08c8684130c88b3211defd448c39b258fd0850f277539b0e862497
Contents?: true
Size: 170 Bytes
Versions: 4
Compression:
Stored size: 170 Bytes
Contents
module Administrable extend ActiveSupport::Concern included do before_filter :authenticate_admin! helper AdminHelper layout 'admin/application' end end
Version data entries
4 entries across 4 versions & 1 rubygems