Class: TourController

Inherits:
ApplicationController show all
Defined in:
app/controllers/tour_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#dashboard, #keyboard_tools, #upload

Instance Method Details

#endObject



18
# File 'app/controllers/tour_controller.rb', line 18

def end; end

#indexObject



4
# File 'app/controllers/tour_controller.rb', line 4

def index; end

#moreObject



14
15
16
# File 'app/controllers/tour_controller.rb', line 14

def more
  @communities = Community.all
end

#question1Object



6
# File 'app/controllers/tour_controller.rb', line 6

def question1; end

#question2Object



8
9
10
# File 'app/controllers/tour_controller.rb', line 8

def question2
  @tagset_id = TagSet.find_by(name: 'Tour')&.id || -1
end

#question3Object



12
# File 'app/controllers/tour_controller.rb', line 12

def question3; end