rostra 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- <% @answer ||= @question.answers.build %>
1
+ <% @answer ||= Rostra::Answer.build %>
2
2
 
3
3
  <%= simple_form_for [@question, @answer], validate: true do |f| %>
4
4
  <%= f.hidden_field :user_id, value: rostra_user.id %>
@@ -1,3 +1,3 @@
1
1
  module Rostra
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rostra
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.1
5
+ version: 0.1.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Cory Schires