Skip to content

Instantly share code, notes, and snippets.

@chumpy
Last active December 18, 2015 15:19
Show Gist options
  • Save chumpy/5803623 to your computer and use it in GitHub Desktop.
Save chumpy/5803623 to your computer and use it in GitHub Desktop.
rails_admin notes

Accessing model instance inside config block:

field :email do 
  formatted_value do
    bindings[:object].user.email
  end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment