Class: Decidim::StaticMapController

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

Instance Method Summary collapse

Instance Method Details

#showObject



9
10
11
# File 'app/controllers/decidim/static_map_controller.rb', line 9

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