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

Add config to method calls in fixtures. #12034

Merged
merged 1 commit into from
Aug 26, 2013

Conversation

wangjohn
Copy link
Contributor

Allows you to change your configuration for calls to table_name_prefix, table_name_suffix, and pluralize_table_names.

The default configuration is still ActiveRecord::Base, but you are now
able to change the configuration easily.

\cc @spastorino

Allows you to change your configuration for calls to
`table_name_prefix`, `table_name_suffix`, and `pluralize_table_names`.
The default configuration is still ActiveRecord::Base, but you are now
able to change the configuration easily.
spastorino added a commit that referenced this pull request Aug 26, 2013
Add config to method calls in fixtures.
@spastorino spastorino merged commit e453aa9 into rails:master Aug 26, 2013
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