26 Apr, 2016

1 commit


23 Mar, 2016

1 commit

  • This method was producing view code from within the model which is a
    violation of MVC.
    
    Part of the code was extracted into the new helper and most of it became
    a view. This follow the standard for using
    BoxesHelper#render_block_content.
    Rafael Reggiani Manzo