diff options
Diffstat (limited to 'app/controllers/content_controller.rb')
| -rw-r--r-- | app/controllers/content_controller.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/controllers/content_controller.rb b/app/controllers/content_controller.rb new file mode 100644 index 0000000..afa093c --- /dev/null +++ b/app/controllers/content_controller.rb | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | class ContentController < ApplicationController | ||
| 2 | def render_page | ||
| 3 | end | ||
| 4 | |||
| 5 | end | ||
