Skip to content

Commit

Permalink
I type good
Browse files Browse the repository at this point in the history
  • Loading branch information
ethansr committed Jun 10, 2011
1 parent ce5bd29 commit 218c0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/jobs_controller.rb
Expand Up @@ -48,7 +48,7 @@ def create
@job = Job.new(params[:job])


case param[:videos]
case params[:videos]
when /all/
@job.videos = Video.select(:id).all
when /,/
Expand Down

0 comments on commit 218c0cc

Please sign in to comment.