Skip to content

Commit

Permalink
Default to Refinery::Authentication::Devise::User
Browse files Browse the repository at this point in the history
This will need to be better addressed in #446 but.. it stops the errors.
  • Loading branch information
parndt committed Aug 10, 2015
1 parent d846003 commit cfcfcfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/refinery/blog/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def user_class=(class_name)
end

def user_class
class_name = @@user_class_name || 'Refinery::User'
class_name = @@user_class_name || "Refinery::Authentication::Devise::User"
begin
Object.const_get(class_name)
rescue NameError
Expand Down

0 comments on commit cfcfcfc

Please sign in to comment.