Module: Mtl

Defined in:
lib/mtl.rb,
lib/mtl/version.rb,
lib/mtl/rails/view_helpers.rb,
lib/mtl/rails/navbar_presenter.rb,
lib/mtl/rails/card_file_presenter.rb,
lib/generators/mtl/install_generator.rb

Overview

MTL configuration options are as follows:

Defined Under Namespace

Modules: Generators, Rails Classes: Engine

Constant Summary collapse

VERSION =
'1.1.10'.freeze
MATERIALIZE_VERSION =
'0.99.0'.freeze
ICONS_VERSION =
'2.2.3'.freeze
LODASH_VERSION =
'4.14.1'.freeze
PDFOBJECT_VERSION =
'2.0.201604172'.freeze
@@effects =
'waves-effect waves-light'
@@icon_class =
'material-icons'
@@file_icons =
{
  'pdf' => [:picture_as_pdf, 'red-text'],
  'png' => [:image, 'red-text'],
  'jpg' => [:image, 'red-text'],
  'gif' => [:image, 'red-text'],
  'bmp' => [:image, 'red-text'],
  'other' => [:insert_drive_file, 'blue-text']
}