fredwu/amaze_hands

View on GitHub
apps/web/views/home/index.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Web::Views::Home
  class Index
    include Web::View

    def frequency
      Web::Views::Home::Metrics::WEEK_FREQUENCY
    end
  end
end