initial commit
This commit is contained in:
commit
d48313b7d3
96 changed files with 15121 additions and 0 deletions
8
app/controllers/admin/application_controller.rb
Normal file
8
app/controllers/admin/application_controller.rb
Normal file
|
@ -0,0 +1,8 @@
|
|||
class Admin::ApplicationController < ApplicationController
|
||||
|
||||
|
||||
protected
|
||||
|
||||
before_filter :login_required
|
||||
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue