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

Model generator fails for camel case standard types #107

@DServy

Description

@DServy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions