Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace :synthesize syntax #10

Open
erithmetic opened this issue Feb 25, 2012 · 1 comment
Open

Replace :synthesize syntax #10

erithmetic opened this issue Feb 25, 2012 · 1 comment

Comments

@erithmetic
Copy link
Collaborator

Instead of:

store :field, :synthesize => Proc.new { |row| do_some_stuff }

Allow:

store :field do |row|
  do_some_stuff
  and_how
end
@seamusabshere
Copy link
Owner

i really like this idea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants