Class: ImagesController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- ImagesController
- Defined in:
- lib/sportweb/application.rb
Instance Method Summary collapse
Instance Method Details
#flags ⇒ Object
171 172 173 174 175 176 |
# File 'lib/sportweb/application.rb', line 171 def flags puts "flags params:" pp params render inline: 'Not found', :status => 404 end |
#logos ⇒ Object
178 179 180 181 182 183 |
# File 'lib/sportweb/application.rb', line 178 def logos puts "logos params:" pp params render inline: 'Not found', :status => 404 end |