aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2010-09-30 08:31:51 +0200
committerAlex Legler <alex@a3li.li>2010-09-30 08:31:51 +0200
commit1678130f8123c2aa96e813adf07b79a54f5b2e03 (patch)
tree89a9b7029830ee0f15ac6a6fc2737cf788293da4 /app/controllers/index_controller.rb
parentglsa_controller: Make text view setup a bit more flexible for later use in diffs (diff)
downloadglsamaker-1678130f8123c2aa96e813adf07b79a54f5b2e03.tar.gz
glsamaker-1678130f8123c2aa96e813adf07b79a54f5b2e03.tar.bz2
glsamaker-1678130f8123c2aa96e813adf07b79a54f5b2e03.zip
Drafting: Change emails now work
Diffstat (limited to 'app/controllers/index_controller.rb')
-rw-r--r--app/controllers/index_controller.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/controllers/index_controller.rb b/app/controllers/index_controller.rb
index 0d3c4d7..a38bbb3 100644
--- a/app/controllers/index_controller.rb
+++ b/app/controllers/index_controller.rb
@@ -32,4 +32,7 @@ class IndexController < ApplicationController
def about
end
+ def profile
+ end
+
end