lib/softwear/auth/standard_model.rb in softwear-lib-1.7.13 vs lib/softwear/auth/standard_model.rb in softwear-lib-1.7.15

- old
+ new

@@ -415,10 +415,11 @@ # ============================= INSTANCE METHODS ====================== REMOTE_ATTRIBUTES = [ :id, :email, :first_name, :last_name, - :roles, :profile_picture_url + :roles, :profile_picture_url, + :default_view ] REMOTE_ATTRIBUTES.each(&method(:attr_accessor)) attr_reader :persisted alias_method :persisted?, :persisted