Skip to content

Instantly share code, notes, and snippets.

@benschwarz
Created April 3, 2009 02:25
Show Gist options
  • Save benschwarz/89611 to your computer and use it in GitHub Desktop.
Save benschwarz/89611 to your computer and use it in GitHub Desktop.
Transfigr.add(:xml, :active_record_admin) do
match :any do |object|
object === ActiveRecord
object.user.admin?
end
def format(opts)
# do admin stuff here
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment