rosa-build/lib/plugins/rosa_presenter.rb

12 lines
213 B
Ruby

# -*- encoding : utf-8 -*-
module RosaPresenter
extend ActiveSupport::Autoload
autoload :Activation
autoload :Base
VERSION = "0.0.1"
end
ActionController::Base.send(:include, RosaPresenter::Activation)