decko-commons/decko

View on GitHub
card/lib/cardio/application.rb

Summary

Maintainability
A
0 mins
Test Coverage
require "cardio/all"

Bundler.require :default, *Rails.groups

# these two have railties and need to be loaded before application
require "haml"
require "kaminari"

require "bootstrap4-kaminari-views"

# The application class from which card applications inherit
Cardio::Application = Rails::Application