igorj/creategem

View on GitHub
templates/mountable_scaffold/app/controllers/%gem_name%/application_controller.rb.tt

Summary

Maintainability
Test Coverage
module <%= @class_name %>
  class ApplicationController < ActionController::Base
    protect_from_forgery with: :exception
  end
end