Skip to content

Commit

Permalink
Missed a few lines during rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanstitt committed Apr 7, 2015
1 parent 19a048e commit ced44e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions app/controllers/contact_infos_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ class ContactInfosController < ApplicationController

skip_before_filter :authenticate_user!, only: [:confirm, :confirm_unclaimed]

fine_print_skip_signatures :general_terms_of_use,
:privacy_policy,
only: [:confirm, :confirm_unclaimed]

fine_print_skip :general_terms_of_use, :privacy_policy, only: [:confirm, :confirm_unclaimed]

before_filter :get_contact_info, only: [:destroy, :toggle_is_searchable]

def create
Expand Down
2 changes: 1 addition & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
t.string "title"
t.string "uuid"
t.string "suffix"
t.string "state", :default => "temp"
t.string "state", :default => "temp", :null => false
t.index ["first_name"], :name => "index_users_on_first_name"
t.index ["full_name"], :name => "index_users_on_full_name"
t.index ["last_name"], :name => "index_users_on_last_name"
Expand Down

0 comments on commit ced44e9

Please sign in to comment.