This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
				
			
		
		
		
		
			
	
	
		
			
	
		
		
			
				
				
					
						
						
						
							|  | class Image < DesignFile
 | 
						
						
						
							|  |   
 | 
						
						
						
							|  |   field :in_css, :type => Boolean
 | 
						
						
						
							|  |   field :name
 | 
						
						
						
							|  |   field :html_id
 | 
						
						
						
							|  |   field :html_class
 | 
						
						
						
							|  |   
 | 
						
						
						
							|  |   embedded_in :design_image, polymorphic: true
 | 
						
						
						
							|  |   
 | 
						
						
						
							|  |   mount_uploader :file, ImageUploader
 | 
						
						
						
							|  | end
 |