diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-27 23:51:23 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-27 23:51:23 -0400 |
| commit | d09db2d6d0727faba8e5078900f2fbd1e18ea49f (patch) | |
| tree | 978edaa0c321477d3c04f515cd13da0051a5459f /app/controllers | |
| parent | 75a7c7131f6c9a6d80d16055130609eb97f37dfd (diff) | |
| download | wittle-d09db2d6d0727faba8e5078900f2fbd1e18ea49f.tar.gz wittle-d09db2d6d0727faba8e5078900f2fbd1e18ea49f.tar.bz2 wittle-d09db2d6d0727faba8e5078900f2fbd1e18ea49f.zip | |
it's an engine now!
Diffstat (limited to 'app/controllers')
| -rw-r--r-- | app/controllers/concerns/.keep | 0 | ||||
| -rw-r--r-- | app/controllers/wittle/application_controller.rb | 4 |
2 files changed, 4 insertions, 0 deletions
| diff --git a/app/controllers/concerns/.keep b/app/controllers/concerns/.keep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/app/controllers/concerns/.keep | |||
| diff --git a/app/controllers/wittle/application_controller.rb b/app/controllers/wittle/application_controller.rb new file mode 100644 index 0000000..252a28e --- /dev/null +++ b/app/controllers/wittle/application_controller.rb | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | module Wittle | ||
| 2 | class ApplicationController < ActionController::Base | ||
| 3 | end | ||
| 4 | end | ||
