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

Commit

Permalink
Fix for pull request #657.
Browse files Browse the repository at this point in the history
  • Loading branch information
andhapp committed Jun 23, 2012
1 parent 4ec2166 commit 30db2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cancan/controller_resource.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def build_resource
else
resource = resource_base.new(resource_params || {})
end
#assign_attributes(resource)
assign_attributes(resource)
end

def assign_attributes(resource)
Expand Down

0 comments on commit 30db2eb

Please sign in to comment.