app/helpers/application_helper.rb in sferik-merb-admin-0.1.7 vs app/helpers/application_helper.rb in sferik-merb-admin-0.1.8
- old
+ new
@@ -57,10 +57,8 @@
# A path within the slice source (Gem), with added segments.
def slice_path_for(type, *segments)
::MerbAdmin.slice_path_for(type, *segments)
end
-
-
end
end
end