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

Commits on Aug 25, 2016

  1. Fix NameError: uninitialized constant Roo::Base::TEMP_PREFIX

    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.
    dangerous committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    47b6f76 View commit details
    Browse the repository at this point in the history