Skip to content

Commit

Permalink
Fixes bug in through not re-passing
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjeno committed May 28, 2012
1 parent 72b8c4b commit 144c77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/catche/tag/controller.rb
Expand Up @@ -54,7 +54,7 @@ def initialize(model, controller, options={})
@model = model
@controller = controller

association = options.delete :through
association = options[:through]

@options = {
:resource_name => Catche::Tag::Resource.singularize(@model),
Expand Down

0 comments on commit 144c77e

Please sign in to comment.