Sha256: 2a942a2ab89f84001fdb1b709310d3053e427b9b1a29be625b14b7ae9e5ebd0c
Contents?: true
Size: 135 Bytes
Versions: 2
Compression:
Stored size: 135 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery with: :exception before_action :authenticate_user! end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails_workflow-0.2.1 | spec/dummy/app/controllers/application_controller.rb |
rails_workflow-0.2.0 | spec/dummy/app/controllers/application_controller.rb |