mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 09:28:03 +08:00
Scaffold for new Wizard - Rails / Ember / Tests
This commit is contained in:
16
app/controllers/wizard/wizard_controller.rb
Normal file
16
app/controllers/wizard/wizard_controller.rb
Normal file
@ -0,0 +1,16 @@
|
||||
class Wizard::WizardController < ApplicationController
|
||||
|
||||
before_filter :ensure_logged_in
|
||||
before_filter :ensure_staff
|
||||
|
||||
skip_before_filter :check_xhr, :preload_json
|
||||
|
||||
layout false
|
||||
|
||||
def index
|
||||
end
|
||||
|
||||
def qunit
|
||||
end
|
||||
|
||||
end
|
Reference in New Issue
Block a user