Class: ImagesController

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

Instance Method Summary collapse

Instance Method Details

#flagsObject



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

#logosObject



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