Class: UserPreference (<Toplevel Module>)

Overview
Module Structure
Class Hierarchy
Instance Methods
UserPreference#initialize / 2
UserPreference#set_others_hash
UserPreference#[] / 1
UserPreference#[]= / 2
UserPreference#comments_sorting
UserPreference#comments_sorting= / 1
UserPreference#warn_on_leaving_unsaved
UserPreference#warn_on_leaving_unsaved= / 1
is a submodule of
module: <Toplevel Module>   
inherits from
  Base ( ActiveRecord )
has properties
method: initialize / 2   
method: set_others_hash   
method: [] / 1   
method: []= / 2   
method: comments_sorting   
method: comments_sorting= / 1   
method: warn_on_leaving_unsaved   
method: warn_on_leaving_unsaved= / 1   
is defined at
#18 in app/models/user_preference.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: ActiveRecord
class: Base     
✗ class: UserPreference

Class Hierarchy

Object ( Builtin-Module )
Base ( ActiveRecord )
has properties
class method: find_ids / 1   
UserPreference
has properties
method: initialize / 2   
method: set_others_hash   
method: [] / 1   
method: []= / 2   
method: comments_sorting   
method: comments_sorting= / 1   
method: warn_on_leaving_unsaved   
method: warn_on_leaving_unsaved= / 1   

Instance Methods

UserPreference#initialize / 2

#26 in app/models/user_preference.rb

initialize ( attributes=nil ,
  *args )

UserPreference#set_others_hash

#31 in app/models/user_preference.rb

set_others_hash

UserPreference#[] / 1

#35 in app/models/user_preference.rb

[] ( attr_name )

UserPreference#[]= / 2

#43 in app/models/user_preference.rb

[]= ( attr_name ,
  value )

UserPreference#comments_sorting

#54 in app/models/user_preference.rb

comments_sorting

UserPreference#comments_sorting= / 1

#55 in app/models/user_preference.rb

comments_sorting= ( order )

UserPreference#warn_on_leaving_unsaved

#57 in app/models/user_preference.rb

warn_on_leaving_unsaved

UserPreference#warn_on_leaving_unsaved= / 1

#58 in app/models/user_preference.rb

warn_on_leaving_unsaved= ( value )