Class: Tuttle::ActiveSupportController

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

Instance Method Summary collapse

Instance Method Details

#dependenciesObject



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

def dependencies
end

#indexObject



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

def index
end

#inflectorsObject



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

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



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

def time_zones
end