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

Model generator fails for camel case standard types #107

Open
DServy opened this issue Nov 2, 2015 · 0 comments
Open

Model generator fails for camel case standard types #107

DServy opened this issue Nov 2, 2015 · 0 comments

Comments

@DServy
Copy link

DServy commented Nov 2, 2015

Generating a model from a camel case standard type generates incorrect filenames and class names.

i.e
SiteHistory creates the following

sitehistory.rb

class Sitehistory < ActiveForce::SObject
end

Should instead be the following

site_history.rb

class SiteHistory < ActiveForce::SObject
end
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant