Sha256: c32aa3e5e811d08eff91b829f18abdf6f1c1a46ca96bb2776c7d057458e6f828
Contents?: true
Size: 474 Bytes
Versions: 7
Compression:
Stored size: 474 Bytes
Contents
# encoding: UTF-8 module Spontaneous::Plugins::Application module Features extend ActiveSupport::Concern module ClassMethods def register_back_controller(namespace, controller_class) instance.register_back_controller(namespace, controller_class) end def register_front_controller(namespace, controller_class) instance.register_front_controller(namespace, controller_class) end end # ClassMethods end # Features end
Version data entries
7 entries across 7 versions & 1 rubygems