Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Commit

Permalink
Adds published_city to attr_accessible.
Browse files Browse the repository at this point in the history
  • Loading branch information
joegatt committed Jun 2, 2013
1 parent 5d2794e commit 6952869
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/models/source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ class Source < ActiveRecord::Base

include SyncHelper

attr_accessible :title, :author, :editor, :introducer, :translator, :lang, :published_date, :pages, :isbn_10,
:isbn_13, :page_count, :google_books_id, :publisher, :library_thing_id, :open_library_id,
:tag, :dirty, :attempts, :notes
attr_accessible :title, :author, :editor, :introducer, :translator, :lang, :published_date, :published_city, :pages,
:isbn_10, :isbn_13, :page_count, :google_books_id, :publisher, :library_thing_id, :open_library_id, :tag, :dirty,
:attempts, :notes

has_and_belongs_to_many :notes

Expand Down

0 comments on commit 6952869

Please sign in to comment.