Open dsci opened 13 years ago
For ActiveRecord it would be nice:
class Player < ActiveRecord::Base acts_as_bishl_player :for_team => 74 end
Same for teams.
If ActiveRecord isn't used it would be nice to include the module and get the same functionality.
A ActiveModel Plugin should be better. It's Rails agnostic.
For ActiveRecord it would be nice:
Same for teams.
If ActiveRecord isn't used it would be nice to include the module and get the same functionality.