EmpaticoOrg / scenic-mysql_adapter

MySQL adapter for thoughtbot/scenic
MIT License
30 stars 15 forks source link

adding missing line to initializer in readme #11

Closed tomchapin closed 4 years ago

tomchapin commented 4 years ago

If this line is missing from the initializer, you can potentially get an error about Scenic::Adapters::MySQL being undefined (depending on the autoload order).

This line just ensures that it's never an issue for anyone.

cainlevy commented 4 years ago

thanks for making this better for the next person 😄