Skip to content

Instantly share code, notes, and snippets.

@jbynum
Created January 5, 2012 20:20
Show Gist options
  • Save jbynum/1567068 to your computer and use it in GitHub Desktop.
Save jbynum/1567068 to your computer and use it in GitHub Desktop.
config.model Merchant do
create do
field :merchant_level do
render do
bindings[:view].render :partial => "admin/fields/merchant_level", :locals => {:field => self, :form => bindings[:form]}
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment