diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-07-16 11:36:22 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-07-16 11:36:22 +0100 |
commit | 971b3f8035b335ac4870c815b315ef59fa08889a (patch) | |
tree | f84640c1e29ac91cebbdb15b1de9d1d87b97632e | |
parent | 222c034944eaf8b542a6c128131cef181d01e281 (diff) |
A stub post_install file with a useful comment
-rw-r--r-- | post_install.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/post_install.rb b/post_install.rb new file mode 100644 index 0000000..2dfabfd --- /dev/null +++ b/post_install.rb @@ -0,0 +1 @@ +# This file is executed in the Rails evironment by the `rails-post-install` script |