Class: FaviconsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- FaviconsController
- Defined in:
- app/controllers/favicons_controller.rb
Instance Method Summary collapse
Instance Method Details
#browserconfig ⇒ Object
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 |
#favicon ⇒ Object
17 18 19 |
# File 'app/controllers/favicons_controller.rb', line 17 def favicon redirect_to asset_path("favicon.ico") end |
#manifest ⇒ Object
13 14 15 |
# File 'app/controllers/favicons_controller.rb', line 13 def manifest render json: manifest_data.to_json end |