Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added field_naming_convention
  • Loading branch information
Corin Lawson committed May 5, 2011
1 parent 8e5e999 commit d48818b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/dm-rails/configuration.rb
Expand Up @@ -35,6 +35,10 @@ def resource_naming_convention
@resource_naming_convention ||= {}
end

def field_naming_convention
@field_naming_convention ||= {}
end

private

def normalize_repository_config(hash)
Expand Down

0 comments on commit d48818b

Please sign in to comment.