Class: Band

Inherits:
ApplicationModel show all
Defined in:
lib/scaffold/app/models/band.rb

Overview

require_relative ‘../lib/sql_object’

Method Summary

Methods inherited from ModelBase

all, #attribute_values, #attributes, columns, #destroy, finalize!, find, first, #initialize, last, parse_all, #save, #save!, table_name, table_name=, #update, #update_attributes

Methods included from Searchable

#find_by, #joins, #left_joins, #select, #where

Methods included from Associatable

#assoc_options, #belongs_to, #has_many, #has_many_through, #has_one

Methods included from ModelCallbacks

#after_init, #before_valid, included

Methods included from Validations

#errors, #valid?

Constructor Details

This class inherits a constructor from ModelBase