Skip to content

Commit

Permalink
fix dependency for Announcements controller
Browse files Browse the repository at this point in the history
  • Loading branch information
mikdiet committed Mar 18, 2015
1 parent b506b61 commit 25a77af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
starburst (1.0.2)
starburst (1.0.3)
rails (>= 3.0)

GEM
Expand Down Expand Up @@ -60,7 +60,7 @@ GEM
mime-types (2.4.3)
mini_portile (0.6.0)
minitest (5.4.3)
multi_json (1.10.1)
multi_json (1.11.0)
nokogiri (1.6.3.1)
mini_portile (= 0.6.0)
rack (1.5.2)
Expand Down
4 changes: 3 additions & 1 deletion app/controllers/starburst/announcements_controller.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require_dependency 'starburst/application_controller'

module Starburst
class AnnouncementsController < ApplicationController
def mark_as_read
Expand All @@ -13,4 +15,4 @@ def mark_as_read
end
end
end
end
end

0 comments on commit 25a77af

Please sign in to comment.