Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

Commit

Permalink
forgot to flag the new controllers as unloadable
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Adams committed Dec 23, 2008
1 parent c3b6f3c commit 9017d3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
@@ -1,4 +1,6 @@
class Admin::JskitRatingsController < Admin::BaseController
unloadable

before_filter :load_jskit_rating, :only => [:update]

protected
Expand Down
@@ -1,4 +1,6 @@
class Admin::TwitteratiController < Admin::BaseController
unloadable

before_filter :load_twitterati, :only => [:update]

protected
Expand Down

0 comments on commit 9017d3d

Please sign in to comment.