Errors in downloaded code
Forums > Book - Chapter 13 > Errors in downloaded code
| Author | Message |
|---|---|
|
juanpaco Member since 16 Mar 19:15 0 posts |
The mobile/topics_controller.rb file is misnamed mobile/topic_controller.rb. Topic being singular means that rails doesn’t find our mobile controller and falls back on the non-mobile version. |