app/admin/utilities.rb
Complex method content#title (247.1) Open
Open
content title: proc { t '.utilities' } do
tabs do
tab t('.cache_clear.title') do
para "Кеш можно сбрасывать не чаще, чем раз в #{ClearCache::TIME_THRESHOLD.in_minutes.ceil} минут."
table do
- Read upRead up
- Exclude checks
Flog calculates the ABC score for methods. The ABC score is based on assignments, branches (method calls), and conditions.
You can read more about ABC metrics or the flog tool