Skip to content

Model name clobbering / ambiguity #1

@jgradim

Description

@jgradim

I just started using the ruby-bulksms gem, but I found a problem.

In our project (rails 2.3.11), we have a model named Message that is used for the internal messaging system. However, when I started using the ruby-bulksms gem, that model can no longer be accessed, as the Net::SMS::BulkSMS::Message is used instead.

Calling ::Message or ActiveRecord::Base::Message yields the same result, i.e., the Net::SMS::BulkSMS::Message is returned instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions