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

added ability to specify tableName on a model by model bases. Only works... #151

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

smitt04
Copy link

@smitt04 smitt04 commented Jan 8, 2014

... with SQL adapters at the moment. I only added it to SQL adapters at the moment because SQL was the only one that had a single place to check for table name. Also you can change the table name on a model instance or a model definition. I added it to the model definition so that it can be set on a framework level by setting the models table names when you load the models into your framework.

@mde
Copy link
Contributor

mde commented Jan 8, 2014

This looks good. Similar work is happening here: #151 Would it be possible for y'all to coordinate to make sure this stuff plays nicely together?

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.

None yet

2 participants