aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/plugin/templates/README
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2009-06-23 20:42:29 +0200
committerJosé Valim <jose.valim@gmail.com>2009-06-23 20:42:29 +0200
commitea106cf051e4fafcaf775f75bc4af17e89197a28 (patch)
treeb83f5e46884b25a5ad88471f43427cbb275487ca /railties/lib/generators/rails/plugin/templates/README
parentd7bab3a43a72b94775c857865817004408549e70 (diff)
downloadrails-ea106cf051e4fafcaf775f75bc4af17e89197a28.tar.gz
rails-ea106cf051e4fafcaf775f75bc4af17e89197a28.tar.bz2
rails-ea106cf051e4fafcaf775f75bc4af17e89197a28.zip
Added plugin generators (and a couple of TODOs).
Diffstat (limited to 'railties/lib/generators/rails/plugin/templates/README')
-rw-r--r--railties/lib/generators/rails/plugin/templates/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/railties/lib/generators/rails/plugin/templates/README b/railties/lib/generators/rails/plugin/templates/README
new file mode 100644
index 0000000000..702db07cb1
--- /dev/null
+++ b/railties/lib/generators/rails/plugin/templates/README
@@ -0,0 +1,13 @@
+<%= class_name %>
+<%= "=" * class_name.size %>
+
+Introduction goes here.
+
+
+Example
+=======
+
+Example goes here.
+
+
+Copyright (c) <%= Date.today.year %> [name of plugin creator], released under the MIT license