Class: TourController
Instance Method Summary
collapse
#dashboard, #keyboard_tools, #upload
Instance Method Details
#end ⇒ Object
18
|
# File 'app/controllers/tour_controller.rb', line 18
def end; end
|
#index ⇒ Object
4
|
# File 'app/controllers/tour_controller.rb', line 4
def index; end
|
#more ⇒ Object
14
15
16
|
# File 'app/controllers/tour_controller.rb', line 14
def more
@communities = Community.all
end
|
#question1 ⇒ Object
6
|
# File 'app/controllers/tour_controller.rb', line 6
def question1; end
|
#question2 ⇒ Object
8
9
10
|
# File 'app/controllers/tour_controller.rb', line 8
def question2
@tagset_id = TagSet.find_by(name: 'Tour')&.id || -1
end
|
#question3 ⇒ Object
12
|
# File 'app/controllers/tour_controller.rb', line 12
def question3; end
|