aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2018-12-18 22:03:23 +0100
committerKasper Timm Hansen <kaspth@gmail.com>2018-12-18 22:05:42 +0100
commit7cf7ba4db535ea45e70e844cb653909be6143fd5 (patch)
tree77b709173e240ba10e0a73d05c95433756bb37dc /lib
parenta2c3b282577d1dc784898681763a400a0caad5c3 (diff)
downloadrails-7cf7ba4db535ea45e70e844cb653909be6143fd5.tar.gz
rails-7cf7ba4db535ea45e70e844cb653909be6143fd5.tar.bz2
rails-7cf7ba4db535ea45e70e844cb653909be6143fd5.zip
Refit generator file structure to match Action Cable.
Fits with rails/generators/channel containing: - channel_generator.rb - templates/ - USAGE
Diffstat (limited to 'lib')
-rw-r--r--lib/rails/generators/mailbox/USAGE (renamed from lib/generators/rails/USAGE)0
-rw-r--r--lib/rails/generators/mailbox/mailbox_generator.rb (renamed from lib/generators/rails/mailbox_generator.rb)0
-rw-r--r--lib/rails/generators/mailbox/templates/application_mailbox.rb.tt (renamed from lib/generators/rails/templates/application_mailbox.rb.tt)0
-rw-r--r--lib/rails/generators/mailbox/templates/mailbox.rb.tt (renamed from lib/generators/rails/templates/mailbox.rb.tt)0
-rw-r--r--lib/rails/generators/test_unit/mailbox_generator.rb (renamed from lib/generators/test_unit/mailbox_generator.rb)0
-rw-r--r--lib/rails/generators/test_unit/templates/mailbox_test.rb.tt (renamed from lib/generators/test_unit/templates/mailbox_test.rb.tt)0
6 files changed, 0 insertions, 0 deletions
diff --git a/lib/generators/rails/USAGE b/lib/rails/generators/mailbox/USAGE
index d679dd63ae..d679dd63ae 100644
--- a/lib/generators/rails/USAGE
+++ b/lib/rails/generators/mailbox/USAGE
diff --git a/lib/generators/rails/mailbox_generator.rb b/lib/rails/generators/mailbox/mailbox_generator.rb
index c2c403b8f6..c2c403b8f6 100644
--- a/lib/generators/rails/mailbox_generator.rb
+++ b/lib/rails/generators/mailbox/mailbox_generator.rb
diff --git a/lib/generators/rails/templates/application_mailbox.rb.tt b/lib/rails/generators/mailbox/templates/application_mailbox.rb.tt
index be51eb3639..be51eb3639 100644
--- a/lib/generators/rails/templates/application_mailbox.rb.tt
+++ b/lib/rails/generators/mailbox/templates/application_mailbox.rb.tt
diff --git a/lib/generators/rails/templates/mailbox.rb.tt b/lib/rails/generators/mailbox/templates/mailbox.rb.tt
index 56b138e2d9..56b138e2d9 100644
--- a/lib/generators/rails/templates/mailbox.rb.tt
+++ b/lib/rails/generators/mailbox/templates/mailbox.rb.tt
diff --git a/lib/generators/test_unit/mailbox_generator.rb b/lib/rails/generators/test_unit/mailbox_generator.rb
index 2ec7d11a2f..2ec7d11a2f 100644
--- a/lib/generators/test_unit/mailbox_generator.rb
+++ b/lib/rails/generators/test_unit/mailbox_generator.rb
diff --git a/lib/generators/test_unit/templates/mailbox_test.rb.tt b/lib/rails/generators/test_unit/templates/mailbox_test.rb.tt
index 41749808e3..41749808e3 100644
--- a/lib/generators/test_unit/templates/mailbox_test.rb.tt
+++ b/lib/rails/generators/test_unit/templates/mailbox_test.rb.tt