3 lines
83 B
Ruby
3 lines
83 B
Ruby
class ApplicationController < ActionController::Base
|
|
include Authenticatable
|
|
end
|