Skip to content

Test of FocusVision/ember-admin forked from DockYard/ember-admin

Notifications You must be signed in to change notification settings

jcmundy/emberadminforktest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Notes

in routes.rb add
   namespace :admin do
      resources :invitations
   end

install ember-crumbly

touch app/controllers/admin/invitations_controller.rb
	- copy contents of controllers/invitations_controller.rb change 1st line to: 
	class Admin::InvitationsController < ApplicationController

Requires gem 'jsonapi-resources'

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...

About

Test of FocusVision/ember-admin forked from DockYard/ember-admin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published