Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use ['load'] instead of .load to avoid conflicts with other #load met…
…hod definitions In Rails 3 master.load was giving exception "ArgumentError: wrong number of arguments (0 for 1)" - it seems that somehow different #load method definition was called before method_missing which handles dynamic properties.
- Loading branch information