/diary no longer requires login
This commit is contained in:
parent
7c55604f27
commit
88a206b0f2
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class DiaryEntryController < ApplicationController
|
class DiaryEntryController < ApplicationController
|
||||||
layout 'site'
|
layout 'site'
|
||||||
|
|
||||||
before_filter :authorize_web
|
before_filter :authorize_web, :only => [:new]
|
||||||
before_filter :require_user
|
before_filter :require_user, :only => [:new]
|
||||||
|
|
||||||
def new
|
def new
|
||||||
if params[:diary_entry]
|
if params[:diary_entry]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue