Class: Decidim::StaticMapController

Inherits:
ApplicationController show all
Defined in:
app/controllers/decidim/static_map_controller.rb

Instance Method Summary collapse

Methods included from HttpCachingDisabler

#disable_http_caching

Methods included from NeedsOrganization

enhance_controller, extended, included

Instance Method Details

#showObject



5
6
7
# File 'app/controllers/decidim/static_map_controller.rb', line 5

def show
  send_data StaticMapGenerator.new(resource).data, type: "image/jpeg", disposition: "inline"
end