tomprats / tomify-gem

Provides support for paradigms commonly used in Tomify Applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tomify

Controllers

You can override a controller in an initializer

Tomify.controllers.base = "ApplicationController"

Views

You can override a default template in a layout file

- content_for :navbar_partial, "layouts/navbar"
= render "tomify/layouts/application"

License

The gem is available as open source under the terms of the MIT License.

About

Provides support for paradigms commonly used in Tomify Applications

License:MIT License


Languages

Language:CoffeeScript 47.6%Language:Ruby 39.7%Language:HTML 8.5%Language:CSS 3.6%Language:JavaScript 0.5%