lib/apipie/validator.rb in apipie-rails-0.0.7 vs lib/apipie/validator.rb in apipie-rails-0.0.8

- old
+ new

@@ -55,10 +55,10 @@ self.description end # what type is expected, mostly string # this information is used in cli client - # thor supported types — :string, :hash, :array, :numeric, or :boolean + # thor supported types :string, :hash, :array, :numeric, or :boolean def expected_type 'string' end end