4 lines
89 B
Ruby
4 lines
89 B
Ruby
class Admin::AdminController < ApplicationController
|
|
before_filter :login_required
|
|
end
|