README.md in trailblazer-loader-0.1.0 vs README.md in trailblazer-loader-0.1.1
- old
+ new
@@ -188,11 +188,11 @@
* [trailblazer-lotus](https://github.com/trailblazer/trailblazer-lotus)
## API
```ruby
-Trailblazer::Loader.new.() { |file| require_dependency(File.join(Rails.app.root, file)) }
+Trailblazer::Loader.new.() { |file| require_dependency(File.join(Rails.application.root, file)) }
```
Per default, Trailblazer-loader will use `app/concepts` as the root path for the file search. Change that with the `:concepts_root` option.
```ruby
@@ -264,5 +264,8 @@
## Customizing
Trailblazer-loader allows you to inject your own sorting and filtering logic, should you refuse to go mainstream.
+## License
+
+The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).