Module: Xforum

Defined in:
app/models/xforum/photo.rb,
lib/xforum.rb,
lib/xforum/engine.rb,
lib/xforum/version.rb,
app/models/xforum/forum.rb,
app/models/xforum/topic.rb,
app/models/xforum/category.rb,
app/models/xforum/language.rb,
app/models/xforum/hyperlink.rb,
app/models/xforum/people_list.rb,
app/models/xforum/translation.rb,
app/helpers/xforum/application_helper.rb,
app/controllers/xforum/forums_controller.rb,
app/controllers/xforum/application_controller.rb

Overview

forum belongs_to topic belongs_to category belongs_to name, string limit:20 list, string limit:20 people, binary default:[]

Defined Under Namespace

Modules: ApplicationHelper Classes: ApplicationController, Category, Engine, Forum, ForumAssist, ForumsController, Hyperlink, Language, PeopleList, Photo, Topic, Translation

Constant Summary collapse

VERSION =
'0.0.390'

Class Method Summary collapse

Class Method Details

.user_classObject



6
7
8
# File 'lib/xforum.rb', line 6

def self.user_class
  @@user_class.constantize
end