atom / language-ruby-on-rails

Ruby on Rails package for Atom
Other
48 stars 41 forks source link

add belongs_to & has_one #16

Closed tonyhsu23 closed 10 years ago

tonyhsu23 commented 10 years ago

I saw someone post an issue about there's no 'belongs_to' snippets. Therefore I add a 'belongs_to' and 'has_one' snippets.

Closes #13

probablycorey commented 10 years ago

Thanks @tonyhsu23!

I appended Closes #13 to the pull request text. You can use the closes #X pattern in commits or in pull requests to automatically close an issue when the pull request is merged into master :wink:

tonyhsu23 commented 10 years ago

Got it! Thanks for telling me this.