lib/ronin/user_name.rb in ronin-1.0.0.pre4 vs lib/ronin/user_name.rb in ronin-1.0.0.rc1

- old
+ new

@@ -21,15 +21,18 @@ require 'ronin/model/has_unique_name' require 'dm-timestamps' module Ronin + # + # Represents a user name that can be stored in the {Database}. + # class UserName include Model include Model::HasUniqueName - # The primary key of the user-name + # The primary key of the user name property :id, Serial # Tracks when the user-name was created. timestamps :created_at