Class: Tuttle::ActiveSupportController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Tuttle::ActiveSupportController
- Defined in:
- app/controllers/tuttle/active_support_controller.rb
Instance Method Summary collapse
Instance Method Details
#dependencies ⇒ Object
10 11 |
# File 'app/controllers/tuttle/active_support_controller.rb', line 10 def dependencies end |
#index ⇒ Object
7 8 |
# File 'app/controllers/tuttle/active_support_controller.rb', line 7 def index end |
#inflectors ⇒ Object
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_zones ⇒ Object
23 24 |
# File 'app/controllers/tuttle/active_support_controller.rb', line 23 def time_zones end |