Sha256: 62d1fc6cc0626cff8f9c5b31a9e47238535f63570ac5ce5f751ca97a14352905
Contents?: true
Size: 419 Bytes
Versions: 7
Compression:
Stored size: 419 Bytes
Contents
module Trestle module Auth class Engine < ::Rails::Engine config.assets.precompile << "trestle/auth.css" << "trestle/auth/userbox.css" config.before_initialize do Trestle::Engine.paths["app/helpers"].concat(paths["app/helpers"].existent) end config.to_prepare do Trestle::ApplicationController.send(:include, Trestle::Auth::ControllerMethods) end end end end
Version data entries
7 entries across 7 versions & 1 rubygems