Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
sidekiq
  • Loading branch information
nmaisonneuve committed May 21, 2012
1 parent 338f6f4 commit ac7ea7a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/models/app.rb
Expand Up @@ -7,7 +7,7 @@ class App < ActiveRecord::Base
has_many :contributors, :through => :answers, :source => :user, :uniq => true has_many :contributors, :through => :answers, :source => :user, :uniq => true


belongs_to :user belongs_to :user
# validates_presence_of :name, :script validates_presence_of :name
validates_presence_of :input_ft, :message => "The ID of the input fusion table can't be blank" validates_presence_of :input_ft, :message => "The ID of the input fusion table can't be blank"
attr_accessible :name, :description, :output_ft, :input_ft, :script, :script_url, :ui_template attr_accessible :name, :description, :output_ft, :input_ft, :script, :script_url, :ui_template


Expand Down

0 comments on commit ac7ea7a

Please sign in to comment.