mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
Remove trailing spaces.
This commit is contained in:
parent
14e045b07f
commit
88be4180a4
@ -2,19 +2,19 @@ class Photo < ActiveRecord::Base
|
|||||||
|
|
||||||
has_and_belongs_to_many :categories
|
has_and_belongs_to_many :categories
|
||||||
|
|
||||||
has_attached_file :photo, :styles => { :preview => "600x600",
|
has_attached_file :photo, :styles => { :preview => "600x600",
|
||||||
:size17 => "476x476#",
|
:size17 => "476x476#",
|
||||||
:size11 => "308x308#",
|
:size11 => "308x308#",
|
||||||
:size8 => "224x224#",
|
:size8 => "224x224#",
|
||||||
:size5 => "140x140#",
|
:size5 => "140x140#",
|
||||||
:size3 => "84x84#",
|
:size3 => "84x84#",
|
||||||
:size2 => "56x56#" },
|
:size2 => "56x56#" },
|
||||||
:storage => :s3,
|
:storage => :s3,
|
||||||
:s3_credentials => "#{Rails.root}/config/s3.yml",
|
:s3_credentials => "#{Rails.root}/config/s3.yml",
|
||||||
:s3_protocol => "https",
|
:s3_protocol => "https",
|
||||||
:path => ":attachment/:id/:style.:extension",
|
:path => ":attachment/:id/:style.:extension",
|
||||||
:bucket => 'danbarberphoto',
|
:bucket => 'danbarberphoto',
|
||||||
:url => ':s3_domain_url'
|
:url => ':s3_domain_url'
|
||||||
|
|
||||||
@@per_page = 11
|
@@per_page = 11
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user