aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorKir2011-11-01 11:15:43 +0400
committerKir2011-11-01 11:15:43 +0400
commit54078bc80f3c05a7f2b2b6cb31e2496adb3fe0b1 (patch)
tree8e4ab0d91ea59c1d9b3e347f2f48f1b4ebd2aa23 /app
parent48c144ed34e2d5977bb8e5af8a9c7e8dfc253361 (diff)
downloadinboxes-54078bc80f3c05a7f2b2b6cb31e2496adb3fe0b1.tar.bz2
Installation guide in readme and active record extension
Diffstat (limited to 'app')
-rw-r--r--app/controllers/discussions_controller.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/controllers/discussions_controller.rb b/app/controllers/discussions_controller.rb
index 8ea6459..eb91cfc 100644
--- a/app/controllers/discussions_controller.rb
+++ b/app/controllers/discussions_controller.rb
@@ -1,6 +1,6 @@
class DiscussionsController < ApplicationController
before_filter :authenticate_user!
- before_filter :check_permissions, :only => :show
+ # before_filter :check_permissions, :only => :show
before_filter :load_and_check_discussion_recipient, :only => [:create, :new]
@@ -74,7 +74,6 @@ class DiscussionsController < ApplicationController
redirect_to discussion_url(discussion), :notice => t("views.discussions.exists", :user => user[Inboxes::config.user_name])
end
end
-
end
end