Skip to content
Snippets Groups Projects
Commit 1918239c authored by Alex Reisner's avatar Alex Reisner
Browse files

Fix failing tests.

parent 9915ecd4
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,8 @@ end
class Venue < ActiveRecord::Base
geocoded_by :address
attr_accessor :name, :address
def initialize(name, address)
super()
write_attribute :name, name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment