Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
Merge branch 'release/v11'
Browse files Browse the repository at this point in the history
  • Loading branch information
PanfilovDenis committed Mar 6, 2013
2 parents abab08f + bfd2a23 commit 60eb566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/web/lectors_controller.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Web::LectorsController < Web::ApplicationController
def index
@lectors = User.activated.as_lectors.by_created_at.ransack(params).result
if params[:q]
if params[:topics_id_eq]
@topic = Topic.find params[:topics_id_eq]
title @topic
end
Expand Down

0 comments on commit 60eb566

Please sign in to comment.