Sha256: 3daa88e76df671609b3db6dbe8af6528f349651ea4dbc1a1bcb9c51478cfedb5
Contents?: true
Size: 333 Bytes
Versions: 25
Compression:
Stored size: 333 Bytes
Contents
require 'rails' module Authority class Railtie < ::Rails::Railtie initializer "authority.controller" do # Include here instead of ApplicationController to avoid being lost when # classes are reloaded in Rails' development mode ActionController::Base.send(:include, Authority::Controller) end end end
Version data entries
25 entries across 25 versions & 1 rubygems