diff --git a/Gemfile.lock b/Gemfile.lock index d50a8fc..c9f3e7f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cybele (0.9.0) + cybele (0.10.0) bundler (~> 1.3) rails (~> 4.0.0) @@ -33,7 +33,7 @@ GEM thread_safe (~> 0.1) tzinfo (~> 0.3.37) arel (4.0.0) - atomic (1.1.13) + atomic (1.1.14) builder (3.1.4) erubis (2.7.0) hike (1.2.3) @@ -43,7 +43,7 @@ GEM treetop (~> 1.4.8) mime-types (1.25) minitest (4.7.5) - multi_json (1.7.9) + multi_json (1.8.0) polyglot (0.3.3) rack (1.5.2) rack-test (0.6.2) @@ -72,7 +72,7 @@ GEM activesupport (>= 3.0) sprockets (~> 2.8) thor (0.18.1) - thread_safe (0.1.2) + thread_safe (0.1.3) atomic tilt (1.4.1) treetop (1.4.15) diff --git a/templates/app/controllers/hq/dashboard_controller.rb b/templates/app/controllers/hq/dashboard_controller.rb index 6e661be..37118bb 100644 --- a/templates/app/controllers/hq/dashboard_controller.rb +++ b/templates/app/controllers/hq/dashboard_controller.rb @@ -1,4 +1,4 @@ -class Hq::DashboardController < Hq::BaseController +class Hq::DashboardController < Hq::ApplicationController def index end