Sha256: 57e842fbe0d77446d2c602ece89f2edcc96c1d179e483fd0b63eb15dd7d31775

Contents?: true

Size: 137 Bytes

Versions: 3

Compression:

Stored size: 137 Bytes

Contents

class PopularModelWithBeforeBefriendCallback < PopularModel
  before_befriend :callback_worked

  def callback_worked
    true
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
popular-0.3.2 spec/support/popular_model_with_before_befriend_callback.rb
popular-0.3.1 spec/support/popular_model_with_before_befriend_callback.rb
popular-0.3.0 spec/support/popular_model_with_before_befriend_callback.rb