Skip to content

Instantly share code, notes, and snippets.

@qcam
Created May 16, 2014 11:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save qcam/4f83bbf56c8fa57ae3aa to your computer and use it in GitHub Desktop.
Save qcam/4f83bbf56c8fa57ae3aa to your computer and use it in GitHub Desktop.
Rails admin field config

Rails Admin field configuration

rails_admin do
  list do
    field :customfield do
      def value
        bindings[:object].your_method
      end
    end
  end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment