| ... | ... | @@ -92,9 +92,9 @@ Examples: |
|
|
|
+Paperclip::Attachment.default_options[:path] = "#{OodAppkit.dataroot}/uploads/:class/:id/:created_at/:attachment/:filename"
|
|
|
|
```
|
|
|
|
|
|
|
|
Delete `Gemfile.lock`
|
|
|
|
#### 4. Delete `Gemfile.lock`
|
|
|
|
|
|
|
|
Run Bundler
|
|
|
|
#### 5. Run Bundler
|
|
|
|
|
|
|
|
```
|
|
|
|
$ scl enable git19 rh-ruby22 -- bin/bundle install --path=vendor/bundle
|
| ... | ... | |