Skip to content

Commit

Permalink
Fix small grammar issue in README
Browse files Browse the repository at this point in the history
  • Loading branch information
myabc committed Nov 24, 2015
1 parent 439894b commit 48aa8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -244,7 +244,7 @@ To get the hyperlinks up and running, please make sure to set the right _host na
config.representer.default_url_options = {:host => "127.0.0.1:3000"}
```

Attention: If you are using representers from a gem your Rails URL helpers might not work in these modules. This is due to a [loading order problem](https://groups.google.com/forum/?fromgroups#!topic/rubyonrails-core/5tG5unZ8jDQ) in Rails. As a workaround, don't require the representers in the gem but load them as lately as possible, usually it works when you require in the controller. We are working on fixing that problem.
Attention: If you are using representers from a gem your Rails URL helpers might not work in these modules. This is due to a [loading order problem](https://groups.google.com/forum/?fromgroups#!topic/rubyonrails-core/5tG5unZ8jDQ) in Rails. As a workaround, don't require the representers in the gem but load them as late as possible, usually it works when you require in the controller. We are working on fixing that problem.

## Representing Formats Exclusively

Expand Down

0 comments on commit 48aa8a9

Please sign in to comment.