整理文件注释

This commit is contained in:
yafeilee 2014-04-01 13:10:22 +08:00
parent 1fc62a384f
commit 1939dfd500
2 changed files with 0 additions and 4 deletions

View File

@ -1,6 +1,4 @@
#!/usr/bin/env rake
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
require File.expand_path('../config/application', __FILE__)

View File

@ -1,4 +1,2 @@
# This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__)
run WBlog::Application