class ApplicationTracker

Attributes

record[R]
user[R]

Public Class Methods

new(user, record) click to toggle source
# File lib/generators/train_track/install/templates/application_tracker.rb, line 4
def initialize(user, record)
  @user = user
  @record = record
end

Public Instance Methods

create() click to toggle source
# File lib/generators/train_track/install/templates/application_tracker.rb, line 9
def create

end
destroy() click to toggle source
# File lib/generators/train_track/install/templates/application_tracker.rb, line 21
def destroy

end
update_after() click to toggle source
# File lib/generators/train_track/install/templates/application_tracker.rb, line 17
def update_after

end
update_before() click to toggle source
# File lib/generators/train_track/install/templates/application_tracker.rb, line 13
def update_before

end