Skip to content

Instantly share code, notes, and snippets.

@lukemelia
Forked from nesquena/index.rb
Created July 11, 2011 18:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukemelia/1076447 to your computer and use it in GitHub Desktop.
Save lukemelia/1076447 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