Skip to content

Commit

Permalink
API keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Meidar committed Apr 19, 2010
1 parent bb2c119 commit 25403a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/features_controller.rb
Expand Up @@ -11,7 +11,7 @@ def index


respond_to do |page| respond_to do |page|
page.html page.html
page.json { render :json => @features } page.json { render :json => @features.to_json(:include => [:scenarios]) }
page.xml { render :xml => @features } page.xml { render :xml => @features }
end end
end end
Expand Down

0 comments on commit 25403a5

Please sign in to comment.