edbirmingham / network

Facilitates beneficial connections in a network of people.
Other
22 stars 45 forks source link

Fixed Rails 6 deprecation warnings #654

Closed anthonycrumley closed 6 years ago

anthonycrumley commented 6 years ago

Some ActiveRecord order values included potentially unsafe strings. The strings were verified to be safe and were wrapped by Arel.sql as suggested by the deprecation warnings.