Skip to content

Commit

Permalink
adding .metrics for metrical [ci-skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
vegantech committed Jan 10, 2012
1 parent 28c2ea5 commit 3ca6f2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .metrics
@@ -0,0 +1,3 @@
MetricFu::Configuration.run do |config|
config.metrics -= [:rcov]
end
2 changes: 1 addition & 1 deletion app/controllers/application_controller.rb
Expand Up @@ -175,7 +175,7 @@ def subdomains


def options_for_microsoft_office_protocol_discovery
render :nothing => true, :status => 200 if request.method == :options
render :nothing => true, :status => :ok if request.method == :options #:ok => 200
end

def fixie6iframe
Expand Down

0 comments on commit 3ca6f2e

Please sign in to comment.