add 'see rake config' comment

This commit is contained in:
Laurent Sansonetti
2011-11-05 13:43:55 +01:00
parent 4c901d71e2
commit 3118cc1fb6
4 changed files with 4 additions and 0 deletions

View File

@@ -2,5 +2,6 @@ $:.unshift('../../lib')
require 'motion/rake'
Motion::App.setup do |app|
# Use `rake config' to see complete project settings.
app.name = 'TableView'
end