Class: WebpacksController

Inherits:
ApplicationController
  • Object
show all
Defined in:
lib/generators/webpack_on_rails/templates/app/controllers/webpacks_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



2
3
4
# File 'lib/generators/webpack_on_rails/templates/app/controllers/webpacks_controller.rb', line 2

def index
  render :index
end