andrewculver/koudoku

View on GitHub
lib/generators/koudoku/templates/app/models/plan.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Plan < ActiveRecord::Base
  has_many :subscriptions

  include Koudoku::Plan
  <%= "attr_accessible :display_order, :features, :highlight, :interval, :name, :price, :stripe_id" if Rails::VERSION::MAJOR == 3 %>
end