Class: ImagesController

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

Instance Method Summary collapse

Instance Method Details

#flagsObject



129
130
131
132
133
134
# File 'lib/sportweb/app.rb', line 129

def flags
  puts "flags params:"
  pp params

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

#logosObject



136
137
138
139
140
141
# File 'lib/sportweb/app.rb', line 136

def logos
  puts "logos params:"
  pp params

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