Skip to content

Shwetakale/office_automation_employee

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OfficeAutomationEmployee

OfficeAutomationEmployee is a Rails engine for Employee management.

To install it, add this to your Gemfile and run bundle command

gem 'office_automation_employee'

Installation

Run the following generator to create initial configuration for OfficeAutomationEmployee.

rails generate office_automation_employee:install

It will mount an engine in your application, load initial seed data (mongoid.yml should be present before running this generator) and also, it will create ability.rb (app/models/ability.rb).

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 91.7%
  • JavaScript 3.3%
  • CSS 2.9%
  • CoffeeScript 2.1%