Rails
Tag: Rails/プラグイン
bundle exec rails plugin new ~/work/myengine --mountable --skip-bundle
class ApplicationController < ActionController::Base # your code helper Paginas::ApplicationHelper # your other code end
module MyEngine class Article end end