lib/cable/schema.rb in cable-0.9.4 vs lib/cable/schema.rb in cable-0.9.5

- old
+ new

@@ -13,9 +13,10 @@ apply_cable_schema :country, String end def nameable apply_cable_schema :first_name, String + apply_cable_schema :middle_name, String apply_cable_schema :last_name, String end def contactable nameable