Answer the question
In order to leave comments, you need to log in
Where to place classes in a Rails project?
I want to write a class with methods for further use in actions, helpers, etc.
Where should these classes be placed in a Rails project?
best = Best.new
best.method
Answer the question
In order to leave comments, you need to log in
app/controllers/concerns, google for one thing about what concern is (in short: just modules)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question