lib/runcible/models/distributor.rb in runcible-1.0.3 vs lib/runcible/models/distributor.rb in runcible-1.0.4

- old
+ new

@@ -33,13 +33,9 @@ @auto_publish = false id = params[:id] || SecureRandom.hex(10) params.each{|k,v| send("#{k.to_s}=",v)} end - def type_id - self.class.type_id - end - # Distributor Type id # # @return [string] def type_id self.class.type_id