not a Class within a Class, a Class within a Module, like so:

module Activity
  class Activity1 < ActivityBase
  end
end

or, alternatively...

class Activity::Activity1 < ActivityBase


Note in my example I renamed your base class to "ActivityBase" because I 
believe if you continue to reference it as simply "Activity" you'll run into 
namespace problems.

-Jason 


> On Feb 24, 2017, at 12:46 PM, Maurizio De Santis 
> <[email protected]> wrote:
> 
> # app/models/activity/activity_1.rb
> class Activity
>   class Activity1 < Activity
>   end
> end

----

Jason Fleetwood-Boldt
[email protected]
http://www.jasonfleetwoodboldt.com/writing

If you'd like to reply by encrypted email you can find my public key on 
jasonfleetwoodboldt.com <http://jasonfleetwoodboldt.com/> (more about setting 
GPG: https://gpgtools.org) 

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/rubyonrails-core.
For more options, visit https://groups.google.com/d/optout.

Reply via email to