Sha256: bd039eb50e5910413b9bb226000897b2206ea53948912c4eea9c5ad3d9d51746

Contents?: true

Size: 250 Bytes

Versions: 6

Compression:

Stored size: 250 Bytes

Contents

# frozen_string_literal: true
require 'active_model'

class Author
  extend ActiveModel::Naming if defined?(ActiveModel::Naming)
  include ActiveModel::Conversion if defined?(ActiveModel::Conversion)

  def to_label
  end

  def persisted?
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
foundation_rails_helper-4.0.1 spec/support/classes/author.rb
foundation_rails_helper-4.0.0 spec/support/classes/author.rb
foundation_rails_helper-3.0.0 spec/support/classes/author.rb
foundation_rails_helper-3.0.0.rc2 spec/support/classes/author.rb
foundation_rails_helper-3.0.0.rc spec/support/classes/author.rb
foundation_rails_helper-3.0.0.beta3 spec/support/classes/author.rb