Sha256: 2429bddfbf4bea9b5ebf19e6046786a58440d3169d469c969a209cde85dd2ad2
Contents?: true
Size: 556 Bytes
Versions: 6
Compression:
Stored size: 556 Bytes
Contents
# encoding: UTF-8 module Spontaneous::Plugins::Application module Features extend Spontaneous::Concern module ClassMethods def register_back_controller(namespace, controller_class, opts = {}) instance.register_back_controller(namespace, controller_class, opts) end def register_front_controller(namespace, controller_class, opts = {}) instance.register_front_controller(namespace, controller_class, opts) end def front instance.front end end # ClassMethods end # Features end
Version data entries
6 entries across 6 versions & 1 rubygems