Skip to content

Instantly share code, notes, and snippets.

@ZackMattor
Created July 8, 2014 15:33
Show Gist options
  • Save ZackMattor/9c699350e3dabc04c096 to your computer and use it in GitHub Desktop.
Save ZackMattor/9c699350e3dabc04c096 to your computer and use it in GitHub Desktop.
...
section "Recently updated content" do
table_for PaperTrail::Version do # Use PaperTrail::Version if this throws an error
column "Item" { |v| v.item }
end
end
...
@ZackMattor
Copy link
Author

syntax error, unexpected '{', expecting keyword_end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment