Skip to content

Commit

Permalink
Bugfix: ensure helpers are available in admin/external_contents_contr…
Browse files Browse the repository at this point in the history
…oller
  • Loading branch information
DougPuchalski committed Jul 28, 2011
1 parent b5594a7 commit 63e1ccb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/controllers/admin/external_contents_controller.rb
@@ -1,5 +1,7 @@
class Admin::ExternalContentsController < Admin::AdminController

helper :images, :videos, :video_segments, :external_contents

def new
@external_content = ExternalContent.new params[:external_content]
render :json => {
Expand Down

0 comments on commit 63e1ccb

Please sign in to comment.