mikker / passwordless

🗝 Authentication for your Rails app without the icky-ness of passwords
MIT License
1.26k stars 87 forks source link

expose resource to view #77

Closed Uysim closed 4 years ago

Uysim commented 4 years ago

global expose on create render Example

<% if @resource.present? %>
  <p>Message</p>
<% else %>
  <p>Otherg</p>
<% end %>

Related to: #76

mikker commented 4 years ago

Wonderful! Thanks for this.