Class: CultomePlayer::Objects::Genre

Inherits:
ActiveRecord::Base
  • Object
show all
Includes:
Utils
Defined in:
lib/cultome_player/objects/genre.rb

Overview

The ActiveRecord model for Genre objects.

Instance Method Summary collapse

Methods included from Utils

#arrange_in_columns, #display, #display_over, #ensure_db_schema, #is_true_value?, #recreate_db_schema, #swallow_stdout, #to_display_list, #with_connection

Instance Method Details

#to_sObject



12
13
14
15
16
# File 'lib/cultome_player/objects/genre.rb', line 12

def to_s
  str = c4(":::: Genre: ")
  str += c15(self.name)
  str += c4(" ::::")
end