app/constants/global_constants.rb

Summary

Maintainability
A
0 mins
Test Coverage
module GlobalConstants

  # for mobile
  BOOKS_PER_PAGE_MOBILE = 10

  RANDOM_BOOKS_COUNT = 15

end