Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ivan22/94e02c935d06684da4f0 to your computer and use it in GitHub Desktop.

Select an option

Save ivan22/94e02c935d06684da4f0 to your computer and use it in GitHub Desktop.

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