lib/africompta/views/report/tabs.rb in africompta-1.9.10 vs lib/africompta/views/report/tabs.rb in africompta-1.9.11

- old
+ new

@@ -1,3 +1,8 @@ +# To change this template, choose Tools | Templates +# and open the template in the editor. + class ReportTabs < View - -end \ No newline at end of file + def layout + @order = 100 + end +end