Sha256: b4b17f1e0cb1ea88316d5c5587c3004c52c9b0a2f38f649fdde55a13ade3011f
Contents?: true
Size: 228 Bytes
Versions: 10
Compression:
Stored size: 228 Bytes
Contents
module Exceptionally class Railtie < Rails::Railtie initializer "exceptionally.action_controller" do ActiveSupport.on_load(:action_controller) do include Exceptionally::Controller end end end end
Version data entries
10 entries across 10 versions & 1 rubygems