creation of categories ready

This commit is contained in:
Senad Uka
2015-01-14 07:29:44 +01:00
parent 4b8c8a444c
commit 8384bcbd30
63 changed files with 1127 additions and 28 deletions

3
bin/bundle Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env ruby
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
load Gem.bin_path('bundler', 'bundle')