Class: FaviconsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/favicons_controller.rb

Instance Method Summary collapse

Instance Method Details

#browserconfigObject



8
9
10
11
# File 'app/controllers/favicons_controller.rb', line 8

def browserconfig
  @tile_color = AllTheFavicons.ms_tile_color
  @tiles = AllTheFavicons::Tiles.all
end

#faviconObject



17
18
19
# File 'app/controllers/favicons_controller.rb', line 17

def favicon
  redirect_to asset_path("favicon.ico")
end

#manifestObject



13
14
15
# File 'app/controllers/favicons_controller.rb', line 13

def manifest
  render json: manifest_data.to_json
end