4 lines
89 B
Ruby
4 lines
89 B
Ruby
class ApplicationController < ActionController::Base
|
|
include Clearance::Controller
|
|
end
|