6 lines
117 B
Ruby
6 lines
117 B
Ruby
class ApplicationController < ActionController::Base
|
|
include Authentication
|
|
|
|
allow_browser versions: :modern
|
|
end
|