app/models/nfl_player.rb
Class NflPlayer
has 21 methods (exceeds 20 allowed). Consider refactoring. Open
Open
class NflPlayer < ActiveRecord::Base
attr_accessible :first_name, :last_name, :position, :salary,
:nfl_team_id, :spotrac_url, :full_name, :jersey,
:height, :weight, :dob, :college, :active, :current_status,
:depth_order, :experience, :photo_url, :fantasy_data_id
- Create a ticketCreate a ticket