Skip to content

Commit

Permalink
dashboard base class fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdilek committed Sep 26, 2013
1 parent 6ef4a3f commit 063a81e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cybele (0.9.0)
cybele (0.10.0)
bundler (~> 1.3)
rails (~> 4.0.0)

Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion templates/app/controllers/hq/dashboard_controller.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Hq::DashboardController < Hq::BaseController
class Hq::DashboardController < Hq::ApplicationController
def index

end
Expand Down

0 comments on commit 063a81e

Please sign in to comment.