Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
articular / lib / generators / articular / resource / templates / controller.rb.erb
Size: Mime:
class <%= @model_name.pluralize %>Controller < ApplicationController
  include Articular::Controller
end