kurenn / sabisu-rails

Simple and powerful engine for exploring your Rails api application
MIT License
127 stars 29 forks source link

singularize only works with strings - solves #22 #23

Closed infused closed 9 years ago

infused commented 9 years ago

This fixes the NoMethodError (undefined methodsingularize' for Symbol)error that occurs whenconfig.default_resource` is set to a symbol.