madebymany / sir-trevor-rails

Rails gem for Sir Trevor integration.
MIT License
149 stars 50 forks source link

fixed errors when generating blocks #41

Open firedev opened 9 years ago

firedev commented 9 years ago

Fixes:

return: 'Stuff'; // correct: return 'Stuff'
class stuffBlock # correct: class StuffBlock