4 lines
84 B
Ruby
4 lines
84 B
Ruby
|
|
class Admin::BaseController < ApplicationController
|
||
|
|
before_action :admin_only
|
||
|
|
end
|