Skip to content

Instantly share code, notes, and snippets.

@davetapley
Last active December 11, 2015 22:08
Show Gist options
  • Save davetapley/4666931 to your computer and use it in GitHub Desktop.
Save davetapley/4666931 to your computer and use it in GitHub Desktop.
node do
{ name: current_user.first_name,
visited_number: @all_places.length,
visited_period: Time.now - current_user.created_at }
end
child PlaceDecorator.decorate_collection(@all_places) => :table do
attributes :id, :name
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment