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

Update README #3

Merged
merged 2 commits into from
Mar 28, 2013
Merged

Update README #3

merged 2 commits into from
Mar 28, 2013

Conversation

evdevdev
Copy link
Contributor

I point out a possible gotcha in the readme. As proof of its gotcha-ness, look at this issue:

rails/rails#3458

@@ -55,6 +55,11 @@ end

This Observer uses logger to log when specific callbacks are triggered.

Please note that observers are called in the order that they are defined. That means that callbacks in an observer
will always be called *after* callbacks defined in the model itself. Likewise, ```has_one``` and ```has_many```
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't need to use three `, only one is fine

Fix formatting. 
@evdevdev
Copy link
Contributor Author

@rafaelfranca is there anything else you'd like me to change?

rafaelfranca added a commit that referenced this pull request Mar 28, 2013
@rafaelfranca rafaelfranca merged commit 25ad85c into rails:master Mar 28, 2013
@rafaelfranca
Copy link
Member

No. Thank you

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

Successfully merging this pull request may close these issues.

2 participants