Fix no method error in tags
This commit is contained in:
		
							parent
							
								
									5530419395
								
							
						
					
					
						commit
						6ce254a24c
					
				|  | @ -58,7 +58,7 @@ module OrbitTag | ||||||
|       end |       end | ||||||
| 
 | 
 | ||||||
|       def tag_ids |       def tag_ids | ||||||
|         self.tags.map{|t| t.tag.id} |         self.tags.map{|t| t.id} | ||||||
|       end |       end | ||||||
| 
 | 
 | ||||||
|       def tag_ids=(ids) |       def tag_ids=(ids) | ||||||
|  |  | ||||||
		Reference in New Issue