Sha256: 83e15a5163288bd8c8448060f5c33e2ae77c9b07889f9971f9dac8ae514995c1

Contents?: true

Size: 245 Bytes

Versions: 1

Compression:

Stored size: 245 Bytes

Contents

# frozen_string_literal: true

class School < ::ActiveRecord::Base
  breadcrumby

  def custom_method_name
    :custom_method_name
  end

  def custom_method_name_nil; end

  def show_path
    "#{self.class.name.underscore}.show.path"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
breadcrumby-0.1.0 spec/support/models/school.rb