9 lines
118 B
Ruby
9 lines
118 B
Ruby
|
class Admin::ApplicationController < ApplicationController
|
||
|
|
||
|
|
||
|
protected
|
||
|
|
||
|
before_filter :login_required
|
||
|
|
||
|
end
|