Class: Debugbar::AssetsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/debugbar/assets_controller.rb

Instance Method Summary collapse

Instance Method Details

#jsObject



3
4
5
6
7
# File 'app/controllers/debugbar/assets_controller.rb', line 3

def js
  render file: File.join(Gem.loaded_specs['debugbar'].full_gem_path, 'public', 'debugbar.js'),
    layout: false,
    content_type: 'text/javascript'
end