Skip to content

Commit

Permalink
#87 add time_zone to devise model
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur Ozgur OZKAN committed Sep 28, 2013
1 parent d87b845 commit fe6b690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cybele/app_builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def create_sanitizer_lib(model_name)
class #{model_name.classify}::ParameterSanitizer < Devise::ParameterSanitizer
private
def sign_up
default_params.permit(:name, :email, :password, :password_confirmation) # TODO add other params here
default_params.permit(:name, :email, :password, :password_confirmation, :time_zone) # TODO add other params here
end
end
CODE
Expand Down

1 comment on commit fe6b690

@baygunm
Copy link
Contributor

@baygunm baygunm commented on fe6b690 Oct 2, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.