Class: Devformance::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/devformance/application_controller.rb

Instance Method Summary collapse

Instance Method Details

#icon_png_pathObject



14
15
16
# File 'app/controllers/devformance/application_controller.rb', line 14

def icon_png_path
  "/devformance/icon.png"
end

#icon_svg_pathObject



9
10
11
# File 'app/controllers/devformance/application_controller.rb', line 9

def icon_svg_path
  "/devformance/icon.svg"
end