Note on file upload plugin added
This commit is contained in:
parent
6204e1f89e
commit
9ce7de03b1
1 changed files with 5 additions and 0 deletions
|
|
@ -27,3 +27,8 @@ CREATE INDEX packages_gin ON packages USING GIN( (to_tsvector('simple',
|
|||
coalesce("packages"."name"::text, '')) || to_tsvector('simple',
|
||||
coalesce("packages"."description"::text, '')) || to_tsvector('simple',
|
||||
coalesce("packages"."long_description"::text, ''))) );
|
||||
|
||||
---------
|
||||
|
||||
Used: https://github.com/semaperepelitsa/jquery.fileupload-rails
|
||||
Which is a gem for: https://github.com/blueimp/jQuery-File-Upload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue