Class: ImagesController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
lib/sportweb/application.rb

Instance Method Summary collapse

Instance Method Details

#flagsObject



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

#logosObject



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