Skip to content
This repository has been archived by the owner on Aug 3, 2020. It is now read-only.

Remove namespace when inferring default SObject.table_name #24

Conversation

DanOlson
Copy link
Contributor

Fixes #23

I also moved the custom_table_name class method within the class << self block to actually give it private visibility. Using def self.method_name would require a private_class_method :method_name declaration.

olvap pushed a commit that referenced this pull request Aug 25, 2014
…ble-name

Remove namespace when inferring default SObject.table_name
@olvap olvap merged commit 3d515fa into ionia-corporation:master Aug 25, 2014
@DanOlson DanOlson deleted the remove-namespace-from-default-table-name branch August 25, 2014 20:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Default table_name includes custom module.
2 participants