Ask A Question
Notifications
You’re not receiving notifications from this thread.
Organizing Rails Model Files Discussion
Discussion for Organizing Rails Model Files
Great episode, Collin: thank you
I also found the annotate output at the top of the file annoying, so my team now has annotate config set to output at the bottom of the file:
Annotate.set_defaults({
'position_in_routes' => "bottom",
'position_in_class' => "bottom",
'position_in_test' => "bottom"
})
Thanks, Terry! Glad you liked this one.
Thanks for sharing that annotate config! I've actually never looked into if there was an alternative to placing the comments at the top so this is great to know now.