diff options
author | Kasper Timm Hansen <kaspth@gmail.com> | 2015-02-21 13:34:22 +0100 |
---|---|---|
committer | Kasper Timm Hansen <kaspth@gmail.com> | 2015-02-21 13:34:22 +0100 |
commit | 56e788edb38b402c9b081a05f63ed327fbc82254 (patch) | |
tree | 385907eeeea7aa36972b7457330ebde47910cc70 /ci | |
parent | 661479324d573d419d8e15a1ea257e01856084af (diff) | |
download | rails-56e788edb38b402c9b081a05f63ed327fbc82254.tar.gz rails-56e788edb38b402c9b081a05f63ed327fbc82254.tar.bz2 rails-56e788edb38b402c9b081a05f63ed327fbc82254.zip |
[ci skip] Use explicit module namespace in guide
The Engines guide used an inline namespace, `Blorgh::ApplicationController`, which caused problems for users using an
explicit module namespace because the `ApplicationController` inherited from wasn't fully qualified.
The controller qualification was fixed in 661479324d573d419d8e15a1ea257e01856084af.
This ditches the inline namespace and makes the example more consistent with others in the guide.
Diffstat (limited to 'ci')
0 files changed, 0 insertions, 0 deletions