app/models/tramway/landing/block.rb in tramway-landing-3.0.1.1 vs app/models/tramway/landing/block.rb in tramway-landing-3.0.1.2
- old
+ new
@@ -45,10 +45,10 @@
def footer?
block_type.footer?
end
def form_to_render
- case self.form_url
+ case self.values['form_url']
when '/auth/sign_up'
"#{Tramway::Auth.authenticable_models.first}SignUpForm".constantize
end
end
end