https://github.com/tomprats/tomify-gem
Provides support for paradigms commonly used in Tomify Applications
https://github.com/tomprats/tomify-gem
tomify
Last synced: about 1 year ago
JSON representation
Provides support for paradigms commonly used in Tomify Applications
- Host: GitHub
- URL: https://github.com/tomprats/tomify-gem
- Owner: tomprats
- License: mit
- Created: 2017-01-28T09:28:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-31T01:52:27.000Z (over 8 years ago)
- Last Synced: 2025-04-13T18:45:03.023Z (over 1 year ago)
- Topics: tomify
- Language: CoffeeScript
- Homepage:
- Size: 30.6 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Tomify
## Controllers
You can override a controller in an initializer
```ruby
Tomify.controllers.base = "ApplicationController"
```
## Views
You can override a default template in a layout file
```haml
- 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](http://opensource.org/licenses/MIT).