Skip to content

Instantly share code, notes, and snippets.

@nesquena
Created July 11, 2011 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nesquena/1076438 to your computer and use it in GitHub Desktop.
Save nesquena/1076438 to your computer and use it in GitHub Desktop.
Example of using extends
object @posts
attributes :id, :title, :created_at
child :user do
extends "users/show"
end
object @post
extends "posts/index"
attributes :category, :tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment