alexdunae / appointed

Mucking about with Ian

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Appointed

Short description and motivation.

Usage

How to use my plugin.

Installation

Add this line to your application's Gemfile:

gem "appointed"

And then execute:

$ bundle

Or install it yourself as:

$ gem install appointed

Bootstrap

rails runner '(1..5).each { |n| Appointed::Appointment.create!(name: "Appointment #{n}", starts_at: n.days.from_now, duration: 1000) }'

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.

About

Mucking about with Ian

License:MIT License


Languages

Language:Ruby 75.0%Language:HTML 19.8%Language:CSS 4.8%Language:JavaScript 0.5%