Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
Updated casino_core
Browse files Browse the repository at this point in the history
  • Loading branch information
pencil committed Feb 2, 2013
1 parent 3dd1aab commit 3aa37d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
casino (0.0.3)
casino_core (~> 1.1.0)
casino_core (~> 1.2.0)
jquery-rails (~> 2.1)
rails (~> 3.2.9)

Expand Down Expand Up @@ -39,7 +39,7 @@ GEM
addressable (2.3.2)
arel (3.0.2)
builder (3.0.4)
casino_core (1.1.0)
casino_core (1.2.0)
activerecord (~> 3.2.9)
addressable (~> 2.3)
terminal-table (~> 1.4)
Expand Down
2 changes: 1 addition & 1 deletion app/views/casino/sessions/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1>Welcome</h1>
<p>
You are currently logged in as <strong><%= @ticket_granting_tickets[0].username %></strong>.
You are currently logged in as <strong><%= @ticket_granting_tickets[0].user.username %></strong>.
<%= link_to 'Logout', logout_path %>
</p>
<h2>Sessions</h2>
Expand Down
2 changes: 1 addition & 1 deletion casino.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ Gem::Specification.new do |s|

s.add_runtime_dependency 'rails', '~> 3.2.9'
s.add_runtime_dependency 'jquery-rails', '~> 2.1'
s.add_runtime_dependency 'casino_core', '~> 1.1.0'
s.add_runtime_dependency 'casino_core', '~> 1.2.0'
end

0 comments on commit 3aa37d6

Please sign in to comment.