Hobo / hobo

The web app builder for Rails (moved from tablatom/hobo)
http://hobocentral.net
103 stars 39 forks source link

more throughly fixed logic error in empty-collection-message that cau… #172

Closed stevemadere closed 8 years ago

stevemadere commented 8 years ago

…sed nil dereference crashes when search results were empty.

Now checking both for nil? result and ==NilClass result.

iox commented 8 years ago

Thanks!!