test/dummy/app/controllers/dash_controller.rb in rails_dash-0.0.6 vs test/dummy/app/controllers/dash_controller.rb in rails_dash-0.1.0
- old
+ new
@@ -1,5 +1,6 @@
-class DashController < RailsDash::BaseController
+class DashController < ApplicationController
+ helper RailsDash::ApplicationHelper
before_filter :authorize
protected