Sha256: 1167d82f47559a05ff97fc855b258af07e34a6a364e088282d30019e674538c3
Contents?: true
Size: 876 Bytes
Versions: 4
Compression:
Stored size: 876 Bytes
Contents
Connecting to database specified by database.yml Started GET "/dash/photos" for 127.0.0.1 at 2013-05-24 17:40:39 -0300 Processing by Dash::PhotosController#index as HTML Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_dash/app/views/rails_dash/_header.html.erb (1.6ms) Rendered dash/photos/index.html.erb within layouts/dash (20.0ms) Completed 500 Internal Server Error in 94ms ActionView::Template::Error (Could not find table 'photos'): 5: <th><%= Photo.human_attribute_name :created_at %></th> 6: <th class="actions"><%= t 'dash.grid.actions' %></th> 7: </tr> 8: <% @photos.each do |photo| %> 9: <tr> 10: <td><%= photo.id %></td> 11: <td><%= l photo.created_at %></td> app/views/dash/photos/index.html.erb:8:in `_app_views_dash_photos_index_html_erb___1464593007620361358_70308430615840'
Version data entries
4 entries across 4 versions & 1 rubygems