Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. Completed 500 Internal Server Error in 162.0ms
  2.  
  3. ActionView::Template::Error (Unknown locale :ru_in):
  4. 16: <% if shelf_life_product.new? %>
  5. 17: <nobr>На утверждении</nobr>
  6. 18: <% elsif shelf_life_product.shelf_life && shelf_life_product.shelf_life > first_date_for_monitoring %>
  7. 19: До окончания больше <%= lastest_month_words %>
  8. 20: <% elsif shelf_life_product.shelf_life_product_rule.nil? %>
  9. 21: Нет правил переоценки
  10. 22: <% elsif shelf_life_product.can_be_adjusted? %>
  11. app/helpers/shelf_life_products_helper.rb:15:in `lastest_month_words'
  12. app/views/shelf_life_products/_shelf_life_product.html.erb:19:in `_app_views_shelf_life_products__shelf_life_product_html_erb__336533986_324709310'
  13. app/views/shelf_life_products/index.html.erb:43:in `_app_views_shelf_life_products_index_html_erb__222882041_321392420'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement