lib/lifen/flow.rb in lifen-1.3.0 vs lib/lifen/flow.rb in lifen-1.4.0

- old
+ new

@@ -1,10 +1,12 @@ module Lifen class Flow < Base attribute :uuid, String attribute :title, String + attribute :user, Lifen::User + attribute :users, Array[Lifen::User] def create users_to_attach = users \ No newline at end of file