lib/vedeu/groups/group.rb in vedeu-0.6.61 vs lib/vedeu/groups/group.rb in vedeu-0.6.62

- old
+ new

@@ -12,15 +12,9 @@ # @!attribute [rw] name # @return [String] attr_accessor :name - # @param (see #initialize) - # @return (see #initialize) - def self.store(attributes = {}) - new(attributes).store - end - # Return a new instance of Vedeu::Groups::Group. # # @note # A group being visible or not may not necessarily mean the # members are of the same state.