Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix NameError: uninitialized constant Roo::Base::TEMP_PREFIX #335

Closed
wants to merge 1 commit into from

Conversation

dangerous
Copy link

Fix reference to deleted TEMP_PREFIX constant. The constant was replaced with a class method, but in this context we would be calling an instance method, not a class method, which is why we are getting the uninitialized constant error.

Fix reference to deleted `TEMP_PREFIX` constant.  The constant was
replaced with a class method, but in this context we would be calling an
instance method, not a class method, which is why we are getting the
uninitialized constant error.
@coveralls
Copy link

coveralls commented Aug 25, 2016

Coverage Status

Coverage increased (+0.03%) to 93.672% when pulling 47b6f76 on dangerous:mktmpdir_error into ac4e681 on roo-rb:master.

@stevendaniels
Copy link
Contributor

Thanks. Fixed in #337 also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants