nocms-admin

Common layout and functionalities for NoCMS custom admins


License
GPL-2.0
Install
gem install nocms-admin -v 0.0.1

Documentation

nocms-admin

Common functionality for NoCMS Admins

Add to your Gemfile

gem "nocms-admin", git: 'git@github.com:simplelogica/nocms-admin.git'

This gem is usually installed with nocms-admin-pages.

Dependencies

NoCMS Admin requires these versions of SASS and JQuery in your Gemfile:

gem 'jquery-rails', '~> 3.1'
gem 'sass-rails', '~> 4.0'

Update your bundle:

bundle install

Mount NoCMS Admin in a route you find handy:

mount NoCms::Admin::Engine => "/admin"