added wiki page
This commit is contained in:
@@ -11,7 +11,7 @@ class Artist < ActiveRecord::Base
|
||||
has_one :wiki_page, :foreign_key => "title", :primary_key => "name"
|
||||
has_one :tag_alias, :foreign_key => "antecedent_name", :primary_key => "name"
|
||||
accepts_nested_attributes_for :wiki_page
|
||||
attr_accessible :url_string, :other_names, :group_name, :wiki_page_attributes
|
||||
attr_accessible :name, :url_string, :other_names, :group_name, :wiki_page_attributes
|
||||
|
||||
module UrlMethods
|
||||
module ClassMethods
|
||||
|
||||
Reference in New Issue
Block a user