Skip to content

Instantly share code, notes, and snippets.

@ka8725
Created September 13, 2012 13:12
Show Gist options
  • Select an option

  • Save ka8725/3714191 to your computer and use it in GitHub Desktop.

Select an option

Save ka8725/3714191 to your computer and use it in GitHub Desktop.
class CurrentUser::ContentSets::ContentItemsController < InheritedResources::Base
belongs_to :content_set
private
def begin_of_association_chain
current_user
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment