diff options
| author | Luc Donnet | 2012-01-06 17:48:53 +0100 | 
|---|---|---|
| committer | Luc Donnet | 2012-01-06 17:48:53 +0100 | 
| commit | f15300dd765252003da9f112775b9caed065c921 (patch) | |
| tree | 4501bef526ed159a0aeceb8c33709f4bb2c703ec /app/controllers/welcome_controller.rb | |
| download | chouette-core-f15300dd765252003da9f112775b9caed065c921.tar.bz2 | |
Initialize chouette2
Diffstat (limited to 'app/controllers/welcome_controller.rb')
| -rw-r--r-- | app/controllers/welcome_controller.rb | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/app/controllers/welcome_controller.rb b/app/controllers/welcome_controller.rb new file mode 100644 index 000000000..f9b859b9c --- /dev/null +++ b/app/controllers/welcome_controller.rb @@ -0,0 +1,4 @@ +class WelcomeController < ApplicationController +  def index +  end +end | 
