Code Climate
Product
Browser Extension
Features
Pricing
Developers
Sign up
Login
lgs/paymill-on-rails
View on GitHub
Star
Overview
Progress
Issues
Code
Filters
Trends
Last
master
build
See recent builds
26 days ago
Refresh default branch
Refresh
app/models/paymill_on_rails/plan.rb
Summary
Maintainability
A
0 mins
Test Coverage
Issues
Source
Stats
Issues
module PaymillOnRails class Plan < ActiveRecord::Base has_many :subscriptions end end