forked from saurabh/orbit4-5
4 lines
92 B
Ruby
4 lines
92 B
Ruby
|
class OrbitAdminController < ApplicationController
|
||
|
before_action :authenticate_user
|
||
|
end
|