summary refs log tree commit diff stats
path: root/Test/packages.config
blob: 1dcab876632878feda6eb6319b8411b2c636b073 (plain) (blame)
1
2
3
4
<?xml version="1.0" encoding="utf-8"?>
<packages>
  <package id="Microsoft.googletest.v140.windesktop.msvcstl.static.rt-static" version="1.8.0" targetFramework="native" />
</packages>
lor: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
class StreamsController < ApplicationController

  def show
    @stream = Stream.find_by_slug(params[:slug])
  end

end