Skip to content

Commit

Permalink
Remove unneeded tenant method
Browse files Browse the repository at this point in the history
  • Loading branch information
rwsu committed Mar 17, 2017
1 parent 4e9b56e commit 530df45
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/models/mixins/cloud_tenancy_mixin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,4 @@ def tenant_joins_clause(scope)
scope.includes(:cloud_tenant => "source_tenant").includes(:ext_management_system)
end
end

def tenant
cloud_tenant
end
end

0 comments on commit 530df45

Please sign in to comment.