class AccountsController
Public Instance Methods
show()
click to toggle source
# File test/standard_api/test_app/controllers.rb, line 13 def show @account = Account.last end
# File test/standard_api/test_app/controllers.rb, line 13 def show @account = Account.last end