Sha256: 8d90a0616f17c7b05c0ea39b08c9bea5f1dd1ba713f98094a7856f288925a420

Contents?: true

Size: 747 Bytes

Versions: 2

Compression:

Stored size: 747 Bytes

Contents

# PhotosManager

TODO: Write a gem description

## Installation

Add this line to your application's Gemfile:

    gem 'photos_manager'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install photos_manager
		
Run the generator:

		$ rails g photos_manager
		
Then run migration :

		$ rake db:migrate
		
Require javascripts and stylesheets:

	#application.js
	//= require photos_manager
	
	#application.css
	*= require photos_manager

## Usage

TODO: Write usage instructions here

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
photos_manager-0.0.4 README.md
photos_manager-0.0.3 README.md