mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-03-24 19:22:19 +00:00
Ooops
This commit is contained in:
parent
9736ca4d10
commit
5fae2c46ed
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ class ShoutmsgsController < ApplicationController
|
|||
|
||||
def create
|
||||
@shoutmsg = Shoutmsg.new params[:shoutmsg]
|
||||
puts @shoutmsg
|
||||
@shoutmsg.user = cuser
|
||||
raise AccessError unless @shoutmsg.can_create? cuser
|
||||
|
||||
|
|
Loading…
Reference in a new issue