module Featuring::Persistence::ActiveRecord::Flaggable

public

Methods to be added to the flaggable object.

Public Instance Methods

reload() click to toggle source
Calls superclass method
# File lib/featuring/persistence/activerecord.rb, line 28
def reload
  features.reload

  super
end