Commit 1780fc83132db2e7ddfbc55b21cfef494fed6f07

Authored by Heitor
Committed by Rafael Manzo
1 parent 0313bc9c

Integrated Range and Processing

app/models/mezuro_range.rb
1 -class MezuroRange < KalibroGatekeeperClient::Entities::Range 1 +class MezuroRange < KalibroClient::Configurations::KalibroRange
2 end 2 end
app/models/processing.rb
1 -class Processing < KalibroGatekeeperClient::Entities::Processing  
2 - include KalibroRecord 1 +class Processing < KalibroClient::Processor::Processing
3 end 2 end