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