class ImagesController

Public Instance Methods

flags() click to toggle source
# File lib/sportweb/application.rb, line 171
def flags
  puts "flags params:"
  pp params

   render inline: 'Not found', :status => 404
end
logos() click to toggle source
# File lib/sportweb/application.rb, line 178
def logos
  puts "logos params:"
  pp params

  render inline: 'Not found', :status => 404
end