You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
I am new to ruby and rails. I am using ruby 1.92 and rails 3.2.3.
In my web application I am trying to use vestal_versions, in my model USER, I have written the following code:
class User < ActiveRecord::Base
versioned
attr_accessible :email, :name
end.
However now when I try to create to run my server, which in turn tries to show the index page of users, it errors out giving below error.
Can anyone please let me know how I can fix this? I searched for this issue in google and other forums however could not find any solution to the same hence posting this new issue.
Thanks and regards,
Kartik
DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in VestalVersions::Deletion instead. (called from include at /usr/local/lib/ruby/gems/1.9.1/bundler/gems/vestal_versions-6273df533f85/lib/vestal_versions.rb:118)
I am new to ruby and rails. I am using ruby 1.92 and rails 3.2.3.
In my web application I am trying to use vestal_versions, in my model USER, I have written the following code:
class User < ActiveRecord::Base
versioned
attr_accessible :email, :name
end.
However now when I try to create to run my server, which in turn tries to show the index page of users, it errors out giving below error.
Can anyone please let me know how I can fix this? I searched for this issue in google and other forums however could not find any solution to the same hence posting this new issue.
Thanks and regards,
Kartik
DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in VestalVersions::Deletion instead. (called from include at /usr/local/lib/ruby/gems/1.9.1/bundler/gems/vestal_versions-6273df533f85/lib/vestal_versions.rb:118)
ActionController::RoutingError (undefined method
class_inheritable_accessor' for #<Class:0x00000005072600>): app/models/user.rb:3:in
class:User'app/models/user.rb:1:in
<top (required)>' app/controllers/users_controller.rb:1:in
<top (required)>'The text was updated successfully, but these errors were encountered: