Class: Tuttle::ActiveSupportController

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

Instance Method Summary collapse

Methods inherited from ApplicationController

#check_reload_status

Instance Method Details

#dependenciesObject



9
10
# File 'app/controllers/tuttle/active_support_controller.rb', line 9

def dependencies
end

#indexObject



6
7
# File 'app/controllers/tuttle/active_support_controller.rb', line 6

def index
end

#inflectorsObject



12
13
14
15
16
17
18
19
20
# File 'app/controllers/tuttle/active_support_controller.rb', line 12

def inflectors
  @test_word = params[:test_word] || ''

  @plurals = ActiveSupport::Inflector.inflections.plurals
  @singulars = ActiveSupport::Inflector.inflections.singulars
  @uncountables = ActiveSupport::Inflector.inflections.uncountables
  @humans = ActiveSupport::Inflector.inflections.humans
  @acronyms = ActiveSupport::Inflector.inflections.acronyms
end

#time_zonesObject



22
23
# File 'app/controllers/tuttle/active_support_controller.rb', line 22

def time_zones
end