8 lines
		
	
	
		
			167 B
		
	
	
	
		
			Ruby
		
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			167 B
		
	
	
	
		
			Ruby
		
	
	
	
| 
								 | 
							
								class Ckeditor::Picture < Ckeditor::Asset
							 | 
						||
| 
								 | 
							
								  mount_uploader :data, CkeditorPictureUploader, :mount_on => :data_file_name
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								  def url_content
							 | 
						||
| 
								 | 
							
								    url(:content)
							 | 
						||
| 
								 | 
							
								  end
							 | 
						||
| 
								 | 
							
								end
							 |