aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/plugin/templates/app/controllers/%namespaced_name%/application_controller.rb.tt
blob: 7157e48c42240ed8d0ac7bb475fbd537158ead27 (plain) (blame)
1
2
3
4
5
<%= wrap_in_modules <<-rb.strip_heredoc
  class ApplicationController < ActionController::Base
  end
rb
%>