Class: InvoiceBar::DashboardController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- InvoiceBar::DashboardController
- Defined in:
- app/controllers/invoice_bar/dashboard_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
5 6 7 |
# File 'app/controllers/invoice_bar/dashboard_controller.rb', line 5 def index redirect_to invoices_path end |