Skip to content

Instantly share code, notes, and snippets.

@postpostmodern
Created January 8, 2012 23:37
Show Gist options
  • Save postpostmodern/1580129 to your computer and use it in GitHub Desktop.
Save postpostmodern/1580129 to your computer and use it in GitHub Desktop.
posts scoped by subdomain
class PostsController < ApplicationController
inherit_resources
protected
def begin_of_association_chain
Agency.find_by_code request.subdomains.first
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment