Last active
December 11, 2015 22:08
-
-
Save davetapley/4666931 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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