Class: ImagesController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- ImagesController
- Defined in:
- lib/sportweb/application.rb
Instance Method Summary collapse
Instance Method Details
#flags ⇒ Object
151 152 153 154 155 156 |
# File 'lib/sportweb/application.rb', line 151 def flags puts "flags params:" pp params render inline: 'Not found', :status => 404 end |
#logos ⇒ Object
158 159 160 161 162 163 |
# File 'lib/sportweb/application.rb', line 158 def logos puts "logos params:" pp params render inline: 'Not found', :status => 404 end |