Skip to content

Instantly share code, notes, and snippets.

@nakaearth
Created June 24, 2014 11:01
Show Gist options
  • Save nakaearth/598ae921f81c68f595b1 to your computer and use it in GitHub Desktop.
Save nakaearth/598ae921f81c68f595b1 to your computer and use it in GitHub Desktop.
active_decoratorを使った場合のshow.html.erb
<p id="notice"><%= notice %></p>
<p>
<strong>Name:</strong>
<%= @user.name %>(<%= @user.short_name %>)
</p>
<p>
<strong>Age:</strong>
<%= @user.age %>
</p>
<%= link_to 'Edit', edit_user_path(@user) %> |
<%= link_to 'Back', users_path %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment