Sha256: bf65244d49ec6fc3705497f885eedaa1a0fe711a9abca0400a7eb60588d7b945
Contents?: true
Size: 205 Bytes
Versions: 2
Compression:
Stored size: 205 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery include CurrentUserHelper helper_method :current_user rescue_from ActiveRecord::RecordNotFound do head 404 end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
garage-doorkeeper-2.0.0 | spec/dummy/app/controllers/application_controller.rb |
garage-doorkeeper-1.0.0 | spec/dummy/app/controllers/application_controller.rb |