Class: HelpPopups::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/help_popups/application_controller.rb

Direct Known Subclasses

TopicsController

Instance Method Summary collapse

Instance Method Details

#hiObject



3
4
5
# File 'app/controllers/help_popups/application_controller.rb', line 3

def hi
  "Hello World"
end