Skip to content

Instantly share code, notes, and snippets.

@bsharpe
Created December 28, 2019 13:08
Show Gist options
  • Save bsharpe/cb2a0920d18cf16f570e58cc708d3a67 to your computer and use it in GitHub Desktop.
Save bsharpe/cb2a0920d18cf16f570e58cc708d3a67 to your computer and use it in GitHub Desktop.
Rails Snippets
{
"Comments Features": {
"prefix": "]fe",
"body": [
"\t## FEATURES"
]
},
"Comments Attributes": {
"prefix": "]at",
"body": [
"\t## ATTRIBUTES"
]
},
"Comments Scopes": {
"prefix": "]sc",
"body": [
"\t## SCOPES"
]
},
"Comments Callbacks": {
"prefix": "]ca",
"body": [
"\t## CALLBACKS"
]
},
"Comments Instance Methods": {
"prefix": "]im",
"body": [
"\t## INSTANCE METHODS"
]
},
"Comments Class Methods": {
"prefix": "]cm",
"body": [
"\t## CLASS METHODS"
]
},
"Comments Relationships": {
"prefix": "]re",
"body": [
"\t## RELATIONSHIPS"
]
},
"Comments States": {
"prefix": "]st",
"body": [
"\t## STATES"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment