Commit 95b05a1eaf1ff88cb1124e658da0495fef9274b3

Authored by Luciano Prestes
1 parent 01d3165e

Add has_many softwares into environment

Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>
Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
src/noosfero-spb/software_communities/lib/ext/environment.rb 0 → 100644
... ... @@ -0,0 +1,6 @@
  1 +require_dependency 'environment'
  2 +
  3 +class Environment < ActiveRecord::Base
  4 +
  5 + has_many :softwares
  6 +end
... ...