flyerhzm / rails_best_practices

a code metric tool for rails projects
http://rails-bestpractices.com
MIT License
4.16k stars 276 forks source link

Rails Services aka commands #333

Open shanshaji opened 6 years ago

shanshaji commented 6 years ago

move model logic into model (command use_count > 4) I got this error while calling a service from controller. Isn't services the best way rather than making models fat ?