| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
gem 'dd_table', github: 'deepdevelop/dd_table_rails'
<%= table_for Article, @articles do |t| %>
<%= t.column :title %>
<%= t.column 'actions' do |article| %>
<%= link_to 'Show', article %>
<%= link_to 'Edit', edit_article_path(article) %>
<%= link_to 'Destroy', article, method: :delete, remote: true %>
<% end %>
<% end %>
| Back | FazBrowse Home | New Git URL |