Commit d702c315 by liyijie

simple_controller autoload exportable & importable controller

parent f194d652
...@@ -9,5 +9,7 @@ require 'pundit' ...@@ -9,5 +9,7 @@ require 'pundit'
module SimpleController module SimpleController
autoload :VERSION, 'simple_controller/version' autoload :VERSION, 'simple_controller/version'
autoload :BaseController, 'simple_controller/base_controller' autoload :BaseController, 'simple_controller/base_controller'
autoload :Exportable, 'simple_controller/exportable'
autoload :Importable, 'simple_controller/importable'
autoload :Responder, 'simple_controller/responder' autoload :Responder, 'simple_controller/responder'
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment