mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
created optimized_image
model
This commit is contained in:
parent
2c3f757951
commit
5de03814fb
5 changed files with 35 additions and 0 deletions
7
spec/models/optimized_image_spec.rb
Normal file
7
spec/models/optimized_image_spec.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe OptimizedImage do
|
||||
|
||||
it { should belong_to :upload }
|
||||
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue