test/spec/test_app/app/helpers/application_helper.rb in webroar-0.6.1 vs test/spec/test_app/app/helpers/application_helper.rb in webroar-0.7.0

- old
+ new

@@ -1,5 +1,6 @@ +#-- # WebROaR - Ruby Application Server - http://webroar.in/ # Copyright (C) 2009 Goonj LLC # # This file is part of WebROaR. # @@ -13,9 +14,9 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with WebROaR. If not, see <http://www.gnu.org/licenses/>. +#++ -# Methods added to this helper will be available to all templates in the application. module ApplicationHelper end