Rails
&tag(Rails/プラグイン);
class ApplicationController < ActionController::Base # your code helper Paginas::ApplicationHelper # your other code end
cd test/dummy bundle exec rails s
module MyEngine class Article end end