Skip to content

dk-iziteq/TheBanners

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TheBanners

git clone git@github.com:dk-iziteq/TheBanners.git

Gemfile

gem 'the_banners', path: '../TheBanners'
bundle

config/routes.rb

TheBanners::Routes.mixin(self)
rails g the_banners install
rake the_banners_engine:install:migrations
rake db:migrate

Insert banner on page

= Banner.for_location('top-800-150').published.first.try(:insert)

Manage banners

= link_to t('.banners'), baeneroid_index_path, class: 'list-group-item'
= yield :the_banners_main

This project rocks and uses MIT-LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published